diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-01-31 07:57:34 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-01-31 07:57:34 +0000 |
commit | d53f97c21444863c632c91eb9666429af5b918a8 (patch) | |
tree | a1a1335b8e1d13a38dcac2bac7aff5bcc64046c2 /databases/fpc-postgres/Makefile | |
parent | 0a99d74754972b42aa428640e6db474de9adcb02 (diff) | |
download | ports-d53f97c21444863c632c91eb9666429af5b918a8.tar.gz ports-d53f97c21444863c632c91eb9666429af5b918a8.zip |
Notes
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 8b70bd56ba8f..7c07d5eb1f83 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 |