diff options
author | kris <kris@FreeBSD.org> | 2006-09-11 07:54:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-11 07:54:57 +0800 |
commit | cde6394db7109172d7a029df13bd895ef7cb0790 (patch) | |
tree | 385bc53625da0afb9b6f65d44e2eee24fb8affed | |
parent | 8140302b7c6a372bdde66ad6e19b222b2ba7db30 (diff) | |
download | freebsd-ports-gnome-cde6394db7109172d7a029df13bd895ef7cb0790.tar.gz freebsd-ports-gnome-cde6394db7109172d7a029df13bd895ef7cb0790.tar.zst freebsd-ports-gnome-cde6394db7109172d7a029df13bd895ef7cb0790.zip |
Correct brain spasm in previous commit
-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> |