diff options
author | erwin <erwin@FreeBSD.org> | 2008-08-24 01:14:08 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-08-24 01:14:08 +0800 |
commit | 9ae4c8785c2a78c41382860833f859071cb6ed65 (patch) | |
tree | f4d04c5402c8b37a379540dad21ef803779a298e /net/ipex | |
parent | 2012a06d113b0eda8f0bfa940a24c0193cd4c29c (diff) | |
download | freebsd-ports-gnome-9ae4c8785c2a78c41382860833f859071cb6ed65.tar.gz freebsd-ports-gnome-9ae4c8785c2a78c41382860833f859071cb6ed65.tar.zst freebsd-ports-gnome-9ae4c8785c2a78c41382860833f859071cb6ed65.zip |
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'net/ipex')
-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> |