summaryrefslogtreecommitdiff
path: root/cad/openscad
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-09-03 11:11:20 +0000
committerwiz <wiz@pkgsrc.org>2012-09-03 11:11:20 +0000
commit289ff5efbd6b5538e316580d92e2bd901327dedb (patch)
tree43c55b6d3afed19b6075be1e61042d6ec13a6977 /cad/openscad
parentb6b48c9b05121826a272e7d1b9b0c1943dd0eb7a (diff)
downloadpkgsrc-289ff5efbd6b5538e316580d92e2bd901327dedb.tar.gz
Fix pre-build target. From Kamel Ibn Aziz Derouiche in PR 46894.
Diffstat (limited to 'cad/openscad')
-rw-r--r--cad/openscad/Makefile4
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"