summaryrefslogtreecommitdiff
path: root/devel/eric3
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /devel/eric3
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'devel/eric3')
-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} \