diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-28 00:16:57 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-28 00:16:57 +0000 |
| commit | 864284545c6823762414172864b5be11fb77aaed (patch) | |
| tree | abfd68b8753cc6bcc11cad568d57d71208cdb0a1 /databases/fpc-postgres | |
| parent | 177c914d3187ddcd6c6f541dd00936f2c1cf0b6c (diff) | |
Notes
Diffstat (limited to 'databases/fpc-postgres')
| -rw-r--r-- | databases/fpc-postgres/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile index 75bbf7311cd2..36af9ad1c00b 100644 --- a/databases/fpc-postgres/Makefile +++ b/databases/fpc-postgres/Makefile @@ -12,11 +12,12 @@ USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} +EXTRACTUNITDIR= ${WRKUNITDIR} OPTIONS_DEFINE= PGSQL PGSQL_DESC= Install PostgreSQL client OPTIONS_DEFAULT= PGSQL -NO_STAGE= yes +PGSQL_USE= PGSQL=yes + .include "${MASTERDIR}/Makefile" |
