summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-03-30 09:43:57 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-03-30 09:43:57 +0000
commitea20d6170f277eb7687b0c4d9b504880867de3d5 (patch)
tree0e48cbd6d2a12707eeb2f4b64c2583da1b38418d /security
parent- update to 3.2-20160327 (diff)
- remove ${PORTSDIR} from dependency
Notes
Notes: svn path=/head/; revision=412164
Diffstat (limited to 'security')
-rw-r--r--security/nmap/Makefile2
-rw-r--r--security/pulledpork/Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index b6f5eed88747..54b55d9d5162 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -17,7 +17,7 @@ COMMENT= Port scanning utility for large networks
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:devel/pcre
USES= tar:bzip2 gmake cpe
GNU_CONFIGURE= yes
diff --git a/security/pulledpork/Makefile b/security/pulledpork/Makefile
index 778f47ed1485..39d8cd0d4f84 100644
--- a/security/pulledpork/Makefile
+++ b/security/pulledpork/Makefile
@@ -12,10 +12,10 @@ COMMENT= Script to update snort-2.8+ rules
LICENSE= GPLv2
-RUN_DEPENDS= p5-Crypt-SSLeay>=0.57:${PORTSDIR}/security/p5-Crypt-SSLeay \
- p5-LWP-Protocol-https>=6.00:${PORTSDIR}/www/p5-LWP-Protocol-https \
- p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
+RUN_DEPENDS= p5-Crypt-SSLeay>=0.57:security/p5-Crypt-SSLeay \
+ p5-LWP-Protocol-https>=6.00:www/p5-LWP-Protocol-https \
+ p5-libwww>=0:www/p5-libwww \
+ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
NO_BUILD= yes
USES= perl5 shebangfix