summaryrefslogtreecommitdiff
path: root/x11/py-wxWindows
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-09 14:35:34 +0000
committerwiz <wiz>2002-10-09 14:35:34 +0000
commite09db36ab84dba8d06d309a2f95cdac2e3c146cd (patch)
tree894d162c05a6e2c301772f4d0826dd4684b681a3 /x11/py-wxWindows
parent73135b0037f0730a520dbd8b976f4ae9443ec4f6 (diff)
downloadpkgsrc-e09db36ab84dba8d06d309a2f95cdac2e3c146cd.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'x11/py-wxWindows')
-rw-r--r--x11/py-wxWindows/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/py-wxWindows/Makefile b/x11/py-wxWindows/Makefile
index 2b3589802d7..8dfcb878aed 100644
--- a/x11/py-wxWindows/Makefile
+++ b/x11/py-wxWindows/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/09/21 23:47:02 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2002/10/09 14:35:38 wiz Exp $
#
DISTNAME= wxPython-2.2.2
@@ -13,6 +13,7 @@ COMMENT= wxPython: Python bindings for wxWindows
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
+USE_BUILDLINK2= yes
USE_GMAKE= yes
PYTHON_VERSIONS_ACCEPTED= 20 # distutils problem with 21 and 22
@@ -30,6 +31,6 @@ post-install:
(cd ${PREFIX}; ${FIND} -d ${PYSITELIB}/wxPython \
-type d -print | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC})
-.include "../../x11/wxGTK/buildlink.mk"
+.include "../../x11/wxGTK/buildlink2.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"