aboutsummaryrefslogtreecommitdiff
path: root/security/hydra
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/hydra
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412349
Diffstat (limited to 'security/hydra')
-rw-r--r--security/hydra/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile
index 7114fa173bc8..fecfdf0e6288 100644
--- a/security/hydra/Makefile
+++ b/security/hydra/Makefile
@@ -12,9 +12,9 @@ COMMENT= Brute force attack utility working on multiple network services
LICENSE= AGPLv3
-LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \
- libpcre.so:${PORTSDIR}/devel/pcre \
- libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS= libidn.so:dns/libidn \
+ libpcre.so:devel/pcre \
+ libsasl2.so:security/cyrus-sasl2
CONFLICTS_INSTALL= hydra-web-[0-9]*
@@ -28,14 +28,14 @@ WANT_GNOME= yes
OPTIONS_DEFINE= FIREBIRD SSH SVN X11
OPTIONS_DEFAULT=SSH
OPTIONS_EXCLUDE=NLS DOCS
-FIREBIRD_LIB_DEPENDS= libfbclient.so:${PORTSDIR}/databases/firebird25-client
-SVN_LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion
+FIREBIRD_LIB_DEPENDS= libfbclient.so:databases/firebird25-client
+SVN_LIB_DEPENDS= libsvn_client-1.so:devel/subversion
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSH}
CFLAGS+= -I${LOCALBASE}/include
-LIB_DEPENDS+= libssh.so.4:${PORTSDIR}/security/libssh
+LIB_DEPENDS+= libssh.so.4:security/libssh
.endif
.if ${PORT_OPTIONS:MX11}