diff options
author | erwin <erwin@FreeBSD.org> | 2005-01-31 07:57:34 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-01-31 07:57:34 +0000 |
commit | b7da34b39a06f2bd31a6aa361719b2ecab413ab1 (patch) | |
tree | 43d9f857d3d7ea3a10b396ba313250a26caa84a5 /databases/fpc-postgres | |
parent | f0cf2255c5c694423c42fe923832f059f34f6720 (diff) | |
download | FreeBSD-ports-b7da34b39a06f2bd31a6aa361719b2ecab413ab1.zip FreeBSD-ports-b7da34b39a06f2bd31a6aa361719b2ecab413ab1.tar.gz |
Use USE_PGSQL to fix 'make describe' and hopefully INDEX builds.
Forgotten by: girgen
Diffstat (limited to 'databases/fpc-postgres')
-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 8b70bd5..7c07d5e 100644 --- a/databases/fpc-postgres/Makefile +++ b/databases/fpc-postgres/Makefile @@ -26,7 +26,7 @@ COMMENT= Free Pascal interface to PostGreSQL .include <bsd.port.pre.mk> -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql72 +USE_PGSQL= yes BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc RUN_DEPENDS= ${BUILD_DEPENDS} .if ${OSVERSION} >= 500000 |