diff options
author | mat <mat@FreeBSD.org> | 2016-04-26 00:14:02 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-26 00:14:02 +0800 |
commit | 7cab18d271665feeb69df3da26642939a391dcc3 (patch) | |
tree | 308ec6a88700b00819d64b8c4aeca9c20dd8bd87 /security/hydra | |
parent | 249200c5ac5a6482e3f464dcbabf7f4879065734 (diff) | |
download | freebsd-ports-gnome-7cab18d271665feeb69df3da26642939a391dcc3.tar.gz freebsd-ports-gnome-7cab18d271665feeb69df3da26642939a391dcc3.tar.zst freebsd-ports-gnome-7cab18d271665feeb69df3da26642939a391dcc3.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
Diffstat (limited to 'security/hydra')
-rw-r--r-- | security/hydra/Makefile | 2 |
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> |