aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-09-07 06:46:03 +0800
committermarino <marino@FreeBSD.org>2014-09-07 06:46:03 +0800
commit6d17e863e4db7a51f7a72478d8242ce9dd36c145 (patch)
tree123a9cbf6f2f504719b66ed86f2a90c746f78378
parentc024ff7145769ac960907466fa8d6f66a5e52f49 (diff)
downloadfreebsd-ports-gnome-6d17e863e4db7a51f7a72478d8242ce9dd36c145.tar.gz
freebsd-ports-gnome-6d17e863e4db7a51f7a72478d8242ce9dd36c145.tar.zst
freebsd-ports-gnome-6d17e863e4db7a51f7a72478d8242ce9dd36c145.zip
security/hydra: Switch Firebird client options from 2.1 => 2.5
databases/firebird21-* will be removed imminently. Hydra has a non-default option that relies on the firebird client library which the currently version of Firebird (2.5.x) also has. This change is untested. There's no revbump because the option is not normally set. Change is necessary, it's an attempt to avoid breakage when Firebird ports are removed.
-rw-r--r--security/hydra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile
index f4e2ec87740c..75ad421c5562 100644
--- a/security/hydra/Makefile
+++ b/security/hydra/Makefile
@@ -29,7 +29,7 @@ WANT_GNOME= yes
OPTIONS_DEFINE= FIREBIRD SSH SVN X11
OPTIONS_DEFAULT=SSH
OPTIONS_EXCLUDE=NLS DOCS
-FIREBIRD_LIB_DEPENDS= libfbclient.so:${PORTSDIR}/databases/firebird21-client
+FIREBIRD_LIB_DEPENDS= libfbclient.so:${PORTSDIR}/databases/firebird25-client
SVN_LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion
.include <bsd.port.options.mk>