Fix pre-build target. From Kamel Ibn Aziz Derouiche in PR 46894.
This commit is contained in:
parent
b6b48c9b05
commit
289ff5efbd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
@ -37,7 +37,7 @@ CHECK_PORTABILITY_SKIP+=tests/compare-bitmaps.sh
|
|||
CHECK_INTERPRETER_SKIP+=share/openscad/libraries/MCAD/get_submodules.py
|
||||
|
||||
pre-build:
|
||||
(cd ${WRKSRC} && ${QTDIR$}/bin/qmake)
|
||||
(cd ${WRKSRC} && ${QTDIR}/bin/qmake)
|
||||
|
||||
# DragonFly requires FlexLexer.h from pkgsrc - base doesn't cut it.
|
||||
.include "../../devel/flex/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue