diff options
-rw-r--r-- | devel/libpdel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libpdel/Makefile b/devel/libpdel/Makefile index c0cad825be40..037cee162994 100644 --- a/devel/libpdel/Makefile +++ b/devel/libpdel/Makefile @@ -19,10 +19,10 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes -.include <bsd.port.post.mk> +.include <bsd.port.pre.mk> .if ${OSVERSION} >= 700019 BROKEN= Does not compile on FreeBSD >= 7.0 .endif -.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> |