diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-23 17:14:08 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-23 17:14:08 +0000 |
commit | d2de7775cff81473cadcb736b825cff4bea8e93c (patch) | |
tree | 01b0ddbf1922ad816a7d336fa35ec430b4f2e4e9 /net | |
parent | 5f55db781b176fbaa2df1654250b1245e33e4e5a (diff) | |
download | ports-d2de7775cff81473cadcb736b825cff4bea8e93c.tar.gz ports-d2de7775cff81473cadcb736b825cff4bea8e93c.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/ipex/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ipex/Makefile b/net/ipex/Makefile index 205b2e6d7f4d..c91bab5f04c8 100644 --- a/net/ipex/Makefile +++ b/net/ipex/Makefile @@ -24,4 +24,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ipex ${PREFIX}/bin/ipex ${INSTALL_MAN} ${WRKSRC}/doc/ipex.1.gz ${MANPREFIX}/man/man1/ipex.1.gz -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |