diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:18:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:18:54 +0000 |
commit | 5962582d7269a6c9cdfcb155f39c3338c9f1961d (patch) | |
tree | aad243acad70f04a59b2eec25418f838e73f8da7 /net/sendip | |
parent | ea6257242fddb87f389e1d36d5ab04b1ff52d599 (diff) | |
download | ports-5962582d7269a6c9cdfcb155f39c3338c9f1961d.tar.gz ports-5962582d7269a6c9cdfcb155f39c3338c9f1961d.zip |
Notes
Diffstat (limited to 'net/sendip')
-rw-r--r-- | net/sendip/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/sendip/Makefile b/net/sendip/Makefile index c846afd9f6b5..76be1bce8c22 100644 --- a/net/sendip/Makefile +++ b/net/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> |