aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 20:18:54 +0800
committerkris <kris@FreeBSD.org>2003-05-18 20:18:54 +0800
commit5c0941bc08fddceefefb8d87a3c6c37c3b5b4095 (patch)
tree5b1728bd667f60ecf24e4756b37dd51cb7e02359 /net-mgmt
parentf3581bac88feccffdf04d0c140510b5e106754fa (diff)
downloadfreebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.tar.gz
freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.tar.zst
freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.zip
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 c846afd9f6b5..76be1bce8c22 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>