aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-25 16:14:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-25 16:14:02 +0000
commit38cbe5cc9e99750df54915725121abf28135a148 (patch)
tree308ec6a88700b00819d64b8c4aeca9c20dd8bd87 /security
parent21bc5c0345300431d6e3edc6c43d743c61fc7b5e (diff)
downloadports-38cbe5cc9e99750df54915725121abf28135a148.tar.gz
ports-38cbe5cc9e99750df54915725121abf28135a148.zip
Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.
Also: - replace USE_FIREBIRD by USES=firebird. - convert ports depending on databases/firebird25-client directly to USES=firebird. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
Notes
Notes: svn path=/head/; revision=414015
Diffstat (limited to 'security')
-rw-r--r--security/hydra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile
index fecfdf0e6288..de0592bcb6fc 100644
--- a/security/hydra/Makefile
+++ b/security/hydra/Makefile
@@ -28,7 +28,7 @@ WANT_GNOME= yes
OPTIONS_DEFINE= FIREBIRD SSH SVN X11
OPTIONS_DEFAULT=SSH
OPTIONS_EXCLUDE=NLS DOCS
-FIREBIRD_LIB_DEPENDS= libfbclient.so:databases/firebird25-client
+FIREBIRD_USES= firebird
SVN_LIB_DEPENDS= libsvn_client-1.so:devel/subversion
.include <bsd.port.options.mk>