diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-12 20:32:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-12 20:32:37 +0000 |
commit | 627f1acd996fc541427bf6ba82337261c75f5662 (patch) | |
tree | c55aaf2d3f3fa4ee6a6c22da75a8cba359555145 /security/nmap/Makefile | |
parent | ba0b4d2c56c9986adcaaff72144123e5c45452fd (diff) | |
download | ports-627f1acd996fc541427bf6ba82337261c75f5662.tar.gz ports-627f1acd996fc541427bf6ba82337261c75f5662.zip |
Notes
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r-- | security/nmap/Makefile | 10 |
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> |