diff options
author | erwin <erwin@FreeBSD.org> | 2009-01-09 01:05:08 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-01-09 01:05:08 +0800 |
commit | e793e1f16b0cca9ee4f00e458548b442081da3cc (patch) | |
tree | c8783bf4b5e5429864527d88f9efa4068b926897 | |
parent | 1197aea48a09841c5bd43ea04ceaf6374b7a422e (diff) | |
download | freebsd-ports-gnome-e793e1f16b0cca9ee4f00e458548b442081da3cc.tar.gz freebsd-ports-gnome-e793e1f16b0cca9ee4f00e458548b442081da3cc.tar.zst freebsd-ports-gnome-e793e1f16b0cca9ee4f00e458548b442081da3cc.zip |
Mark BROKEN on HEAD after the arp-v2 import.
Submitted by: pointyhat
-rw-r--r-- | devel/libpdel/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libpdel/Makefile b/devel/libpdel/Makefile index 8f6f0278324f..e0b00d53bd8e 100644 --- a/devel/libpdel/Makefile +++ b/devel/libpdel/Makefile @@ -18,4 +18,10 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_LDCONFIG= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |