summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 12:18:54 +0000
committerkris <kris@FreeBSD.org>2003-05-18 12:18:54 +0000
commit5c0941bc08fddceefefb8d87a3c6c37c3b5b4095 (patch)
tree5b1728bd667f60ecf24e4756b37dd51cb7e02359 /net-mgmt
parentf3581bac88feccffdf04d0c140510b5e106754fa (diff)
downloadFreeBSD-ports-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.zip
FreeBSD-ports-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.tar.gz
BROKEN on 5.1: does not compile
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/sendip/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/sendip/Makefile b/net-mgmt/sendip/Makefile
index c846afd..76be1bc 100644
--- a/net-mgmt/sendip/Makefile
+++ b/net-mgmt/sendip/Makefile
@@ -13,6 +13,12 @@ MASTER_SITES= http://www.earth.li/projectpurple/files/
MAINTAINER= joseph@randomnetworks.com
COMMENT= SendIP is a commandline tool to allow sending arbitrary IP packets
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_GMAKE= yes
USE_REINPLACE= yes
USE_PERL5= yes
@@ -20,4 +26,4 @@ INSTALLS_SHLIB= yes
MAN1= sendip.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud