diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-27 13:38:04 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-27 13:38:04 +0000 |
commit | a49cca2a0fb1103a0ec0367ca28f1423949b899b (patch) | |
tree | df1d4580f9483a2fb5886948c20fd4780b6ff071 /misc/qt4-doc | |
parent | 3860a7e5ee0d510287c20b9060f0d267d9f1d20f (diff) |
Fix build
Notes
Notes:
svn path=/head/; revision=196395
Diffstat (limited to 'misc/qt4-doc')
-rw-r--r-- | misc/qt4-doc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/qt4-doc/Makefile b/misc/qt4-doc/Makefile index ce26f6853704..390d53fdb929 100644 --- a/misc/qt4-doc/Makefile +++ b/misc/qt4-doc/Makefile @@ -44,5 +44,7 @@ do-install: ${RM} -f ${WRKSRC}/doc/html/qmake* ${CP} -Rp ${WRKSRC}/doc/html ${DOCSDIR} +.include <bsd.port.pre.mk> .include "${.CURDIR}/../../Mk/bsd.qt.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> + |