Fix build after Qt4 ports update.

Approved by:	portmgr (miwi)
This commit is contained in:
Max Brazhnikov 2009-08-14 10:22:03 +00:00
parent 1f374b9d63
commit e748521174
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239510

View file

@ -66,4 +66,7 @@ pre-configure:
${PREFIX2FIX:S|^|${WRKSRC}/|}
.endif
pre-build:
cd ${WRKSRC}/src && ${MAKE} clean-local
.include <bsd.port.post.mk>