summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-07-25 06:35:04 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-07-25 06:35:04 +0000
commit8e67ddf7bfaeb0631fb9f8f60cbf18900aa527c7 (patch)
tree08de63981bc85b32c901ccdde2c3466f9f707fd7 /lang
parent- Update to 0.51 (diff)
Switch firebird dependency from hardcoding to USE_FIREBIRD. This switches
the default to v2 and thus fixes some packages on pointyhat. Hat: portmgr
Notes
Notes: svn path=/head/; revision=196248
Diffstat (limited to 'lang')
-rw-r--r--lang/fpc/Makefile.units2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units
index 661543e340fe..f7345b44a4ef 100644
--- a/lang/fpc/Makefile.units
+++ b/lang/fpc/Makefile.units
@@ -23,7 +23,7 @@ HAVE_EXAMPLES= true
.if ${PKGNAMESUFFIX} == "-ibase"
. if defined(WITH_IBASE)
-LIB_DEPENDS= fbembed.1:${PORTSDIR}/databases/firebird-client
+USE_FIREBIRD= yes
. endif
HAVE_EXAMPLES= true
.endif