diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 08:50:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 08:50:10 +0000 |
commit | 67b63a22b3fc83f976416fd9aba947cefda05ad1 (patch) | |
tree | e9c823a3c4ede59846f38f7ae18f84331df06736 /net-mgmt/sendip | |
parent | c71fac030fc6abef2030ea67664cf3cb4abac226 (diff) | |
download | ports-67b63a22b3fc83f976416fd9aba947cefda05ad1.tar.gz ports-67b63a22b3fc83f976416fd9aba947cefda05ad1.zip |
Notes
Diffstat (limited to 'net-mgmt/sendip')
-rw-r--r-- | net-mgmt/sendip/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/sendip/Makefile b/net-mgmt/sendip/Makefile index d0dc40282bc5..bad81d3e994d 100644 --- a/net-mgmt/sendip/Makefile +++ b/net-mgmt/sendip/Makefile @@ -20,4 +20,10 @@ USE_LDCONFIG= yes MAN1= sendip.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |