diff options
author | linimon <linimon@FreeBSD.org> | 2007-07-25 14:35:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-07-25 14:35:04 +0800 |
commit | 1d110f4c2431a4b4ffb8ae6be38626a50e10f701 (patch) | |
tree | e70575476782bd0328cbc8e18ef13b5195ba43fd /lang/fpc | |
parent | 79b2e7f82a9a7c0064073887560287900a52533f (diff) | |
download | freebsd-ports-gnome-1d110f4c2431a4b4ffb8ae6be38626a50e10f701.tar.gz freebsd-ports-gnome-1d110f4c2431a4b4ffb8ae6be38626a50e10f701.tar.zst freebsd-ports-gnome-1d110f4c2431a4b4ffb8ae6be38626a50e10f701.zip |
Switch firebird dependency from hardcoding to USE_FIREBIRD. This switches
the default to v2 and thus fixes some packages on pointyhat.
Hat: portmgr
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 |