aboutsummaryrefslogtreecommitdiff
path: root/devel/libpdel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-10 23:54:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-10 23:54:57 +0000
commitf322d26c3e1e5d8628af6f8eb1d1767e83532ad4 (patch)
tree4e7bee9fb3f6469abff817a3bbb91e2c3fa19c34 /devel/libpdel
parent86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe (diff)
downloadports-f322d26c3e1e5d8628af6f8eb1d1767e83532ad4.tar.gz
ports-f322d26c3e1e5d8628af6f8eb1d1767e83532ad4.zip
Correct brain spasm in previous commit
Notes
Notes: svn path=/head/; revision=172742
Diffstat (limited to 'devel/libpdel')
-rw-r--r--devel/libpdel/Makefile4
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>