aboutsummaryrefslogtreecommitdiff
path: root/security/nmap/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-12 20:32:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-12 20:32:37 +0000
commit627f1acd996fc541427bf6ba82337261c75f5662 (patch)
treec55aaf2d3f3fa4ee6a6c22da75a8cba359555145 /security/nmap/Makefile
parentba0b4d2c56c9986adcaaff72144123e5c45452fd (diff)
downloadports-627f1acd996fc541427bf6ba82337261c75f5662.tar.gz
ports-627f1acd996fc541427bf6ba82337261c75f5662.zip
Notes
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r--security/nmap/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 3430256c83bb..00df37251fa4 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -17,7 +17,7 @@ DISTNAME= nmap-${DISTVERSION} # needed for security/nmapfe
MAINTAINER= daniel@roe.ch
COMMENT?= Port scanning utility for large networks
-DISTVERSION= 4.11
+DISTVERSION= 4.20
USE_BZIP2= yes
USE_GMAKE= yes
@@ -81,4 +81,10 @@ INSTALL_TARGET= install-nmapfe
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>