summaryrefslogtreecommitdiff
path: root/x11/py-qt3-base
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 /x11/py-qt3-base
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 'x11/py-qt3-base')
-rw-r--r--x11/py-qt3-base/Makefile4
-rw-r--r--x11/py-qt3-base/Makefile.common6
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/py-qt3-base/Makefile b/x11/py-qt3-base/Makefile
index f81346a8264..fff2a4594f4 100644
--- a/x11/py-qt3-base/Makefile
+++ b/x11/py-qt3-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/07/01 01:35:10 reed Exp $
+# $NetBSD: Makefile,v 1.18 2005/12/05 20:51:18 rillig Exp $
#
.include "../../x11/py-qt3-base/Makefile.common"
@@ -7,7 +7,7 @@ PKGNAME= ${PYPKGPREFIX}-qt3-base-${PYQT_VERSION}
COMMENT= Python binding for Qt3
-BUILDLINK_DEPENDS.qt3-tools= qt3-tools>=3.1.2nb2
+BUILDLINK_DEPENDS.qt3-tools+= qt3-tools>=3.1.2nb2
PLIST_SRC= ${PKGDIR}/PLIST.common
.if ${OPSYS} == "Darwin"
diff --git a/x11/py-qt3-base/Makefile.common b/x11/py-qt3-base/Makefile.common
index cbc2da273b0..837a2b7794f 100644
--- a/x11/py-qt3-base/Makefile.common
+++ b/x11/py-qt3-base/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2005/11/22 18:52:45 drochner Exp $
+# $NetBSD: Makefile.common,v 1.4 2005/12/05 20:51:18 rillig Exp $
#
# XXX: when updating version, be sure to update distinfo for both
@@ -24,13 +24,13 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
-CONFIGURE_ARGS= -b ${PREFIX}/bin
+CONFIGURE_ARGS+= -b ${PREFIX}/bin
CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB}
CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX}
PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
PY_PATCHPLIST= yes
-PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
do-configure:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \