Fix pre-build target. From Kamel Ibn Aziz Derouiche in PR 46894.

This commit is contained in:
wiz 2012-09-03 11:11:20 +00:00
parent b6b48c9b05
commit 289ff5efbd

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2012/08/29 11:22:10 obache Exp $ # $NetBSD: Makefile,v 1.10 2012/09/03 11:11:20 wiz Exp $
# #
PKGNAME= openscad-2011.12 PKGNAME= openscad-2011.12
@ -37,7 +37,7 @@ CHECK_PORTABILITY_SKIP+=tests/compare-bitmaps.sh
CHECK_INTERPRETER_SKIP+=share/openscad/libraries/MCAD/get_submodules.py CHECK_INTERPRETER_SKIP+=share/openscad/libraries/MCAD/get_submodules.py
pre-build: pre-build:
(cd ${WRKSRC} && ${QTDIR$}/bin/qmake) (cd ${WRKSRC} && ${QTDIR}/bin/qmake)
# DragonFly requires FlexLexer.h from pkgsrc - base doesn't cut it. # DragonFly requires FlexLexer.h from pkgsrc - base doesn't cut it.
.include "../../devel/flex/buildlink3.mk" .include "../../devel/flex/buildlink3.mk"