diff options
author | wiz <wiz> | 2012-09-03 11:11:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-09-03 11:11:20 +0000 |
commit | 85713f38eb75220ce9ea27a86b73422e08344897 (patch) | |
tree | 43c55b6d3afed19b6075be1e61042d6ec13a6977 | |
parent | a7d3abbcf1f8053ae97928268bc1f8fdbadfe1d5 (diff) | |
download | pkgsrc-85713f38eb75220ce9ea27a86b73422e08344897.tar.gz |
Fix pre-build target. From Kamel Ibn Aziz Derouiche in PR 46894.
-rw-r--r-- | cad/openscad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index 5ef72e07a15..1f3aa91b9a2 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -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" |