summaryrefslogtreecommitdiff
path: root/net-mgmt/sendip
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:18:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:18:54 +0000
commit5962582d7269a6c9cdfcb155f39c3338c9f1961d (patch)
treeaad243acad70f04a59b2eec25418f838e73f8da7 /net-mgmt/sendip
parentBROKEN on 5.1: Segfault during install (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81231
Diffstat (limited to 'net-mgmt/sendip')
-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>