diff options
author | mich <mich@FreeBSD.org> | 2003-06-04 14:34:24 +0000 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2003-06-04 14:34:24 +0000 |
commit | 506cd273a9eda613d37027b294879a69d8e7f813 (patch) | |
tree | a8410b2a7c4da82f8a0b121aa0aac55eeec8db6c /net-mgmt/sendip/Makefile | |
parent | 7cf0e3c669f26abf6332a07d3f7ed3270784c8da (diff) | |
download | FreeBSD-ports-506cd273a9eda613d37027b294879a69d8e7f813.zip FreeBSD-ports-506cd273a9eda613d37027b294879a69d8e7f813.tar.gz |
Unbreak sendip build on -CURRENT.
PR: 52584
Submitted by: maintainer
Approved by: roberto (mentor)
Diffstat (limited to 'net-mgmt/sendip/Makefile')
-rw-r--r-- | net-mgmt/sendip/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-mgmt/sendip/Makefile b/net-mgmt/sendip/Makefile index 76be1bc..c846afd 100644 --- a/net-mgmt/sendip/Makefile +++ b/net-mgmt/sendip/Makefile @@ -13,12 +13,6 @@ 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 @@ -26,4 +20,4 @@ INSTALLS_SHLIB= yes MAN1= sendip.1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |