diff options
Diffstat (limited to 'databases/fpc-postgres/Makefile')
-rw-r--r-- | databases/fpc-postgres/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile index 5c2a18b1e153..ad7345e8fedd 100644 --- a/databases/fpc-postgres/Makefile +++ b/databases/fpc-postgres/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -postgres COMMENT= Free Pascal interface to PostGreSQL -USE_FPC= yes +USES= fpc MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |