aboutsummaryrefslogtreecommitdiff
path: root/devel/libpdel
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:05:08 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:05:08 +0000
commit60f18a21eed80d662bb5af6b9e9a08bdbb13e3cc (patch)
tree37bbabdac1ec697744099bbca6a361bb941db983 /devel/libpdel
parente531c4eec02117204802a8f44e8793ca71243b1a (diff)
downloadports-60f18a21eed80d662bb5af6b9e9a08bdbb13e3cc.tar.gz
ports-60f18a21eed80d662bb5af6b9e9a08bdbb13e3cc.zip
Notes
Diffstat (limited to 'devel/libpdel')
-rw-r--r--devel/libpdel/Makefile8
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>