diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-07-25 06:35:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-07-25 06:35:04 +0000 |
commit | 8e67ddf7bfaeb0631fb9f8f60cbf18900aa527c7 (patch) | |
tree | 08de63981bc85b32c901ccdde2c3466f9f707fd7 /lang/fpc | |
parent | 8289f87d6b75c4b6cfc763009f5bb6f449406e2e (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/fpc')
-rw-r--r-- | lang/fpc/Makefile.units | 2 |
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 |