diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 17:05:08 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 17:05:08 +0000 |
commit | 60f18a21eed80d662bb5af6b9e9a08bdbb13e3cc (patch) | |
tree | 37bbabdac1ec697744099bbca6a361bb941db983 /devel/libpdel | |
parent | e531c4eec02117204802a8f44e8793ca71243b1a (diff) | |
download | ports-60f18a21eed80d662bb5af6b9e9a08bdbb13e3cc.tar.gz ports-60f18a21eed80d662bb5af6b9e9a08bdbb13e3cc.zip |
Notes
Diffstat (limited to 'devel/libpdel')
-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> |