summaryrefslogtreecommitdiff
path: root/databases/fpc-postgres
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-01-31 07:57:34 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-01-31 07:57:34 +0000
commitd53f97c21444863c632c91eb9666429af5b918a8 (patch)
treea1a1335b8e1d13a38dcac2bac7aff5bcc64046c2 /databases/fpc-postgres
parent- new tarball with COPYING changed (diff)
Use USE_PGSQL to fix 'make describe' and hopefully INDEX builds.
Forgotten by: girgen
Notes
Notes: svn path=/head/; revision=127755
Diffstat (limited to 'databases/fpc-postgres')
-rw-r--r--databases/fpc-postgres/Makefile2
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