summaryrefslogtreecommitdiff
path: root/devel/eric3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/eric3/Makefile')
-rw-r--r--devel/eric3/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/eric3/Makefile b/devel/eric3/Makefile
index 9d16302c90d..41524ff08ee 100644
--- a/devel/eric3/Makefile
+++ b/devel/eric3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/10/05 16:34:00 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:03 rillig Exp $
#
DISTNAME= eric-3.7.2
@@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.die-offenbachs.de/detlev/eric3.html
COMMENT= Python IDE
-DEPENDS= ${PYPKGPREFIX}-qt3-modules>=3.11:../../x11/py-qt3-modules
+DEPENDS+= ${PYPKGPREFIX}-qt3-modules>=3.11:../../x11/py-qt3-modules
DEPENDS+= ${PYPKGPREFIX}-qt3-qscintilla>=3.11:../../x11/py-qt3-qscintilla
NO_BUILD= yes
@@ -18,7 +18,8 @@ USE_LANGUAGES=
PY_PATCHPLIST= yes
PYTHON_VERSIONS_ACCEPTED= 24 23 22
-CONFIGURE_ARGS= -b ${PREFIX}/bin -d ${PREFIX}/${PYSITELIB}
+CONFIGURE_ARGS+= -b ${PREFIX:Q}/bin
+CONFIGURE_ARGS+= -d ${PREFIX:Q}/${PYSITELIB:Q}
do-install:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \