diff options
Diffstat (limited to 'devel/libpdel/Makefile')
-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> |