diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 14:35:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 14:35:34 +0000 |
commit | 9508b04929f1d38ae3671957587dc953e8dfb9f3 (patch) | |
tree | 894d162c05a6e2c301772f4d0826dd4684b681a3 /x11/py-wxWindows | |
parent | 4ed43767e8a8ea07fe7fe79813b6f6d2982ac866 (diff) | |
download | pkgsrc-9508b04929f1d38ae3671957587dc953e8dfb9f3.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'x11/py-wxWindows')
-rw-r--r-- | x11/py-wxWindows/Makefile | 5 |
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" |