diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2016-03-30 09:43:57 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2016-03-30 09:43:57 +0000 |
commit | ea20d6170f277eb7687b0c4d9b504880867de3d5 (patch) | |
tree | 0e48cbd6d2a12707eeb2f4b64c2583da1b38418d /security/nmap/Makefile | |
parent | e0ff0a15ff413fe75fce70616d7747c0e5a25ace (diff) | |
download | ports-ea20d6170f277eb7687b0c4d9b504880867de3d5.tar.gz ports-ea20d6170f277eb7687b0c4d9b504880867de3d5.zip |
Notes
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r-- | security/nmap/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |