summaryrefslogtreecommitdiff
path: root/net/py-ORBit
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 /net/py-ORBit
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 'net/py-ORBit')
-rw-r--r--net/py-ORBit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
index 14c6e00bbcd..af2b1d42b79 100644
--- a/net/py-ORBit/Makefile
+++ b/net/py-ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/08/10 20:56:22 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/12/05 20:50:48 rillig Exp $
#
DISTNAME= pyorbit-2.0.1
@@ -16,10 +16,10 @@ USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE+= pyorbit-2.pc.in
GNU_CONFIGURE= YES
-CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
+CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
PYTHON_VERSIONS_ACCEPTED= 24 23 22
-BUILDLINK_DEPENDS.python22= python22>=2.2.2nb2
+BUILDLINK_DEPENDS.python22+= python22>=2.2.2nb2
.include "../../net/ORBit2/buildlink3.mk"
.include "../../lang/python/extension.mk"