summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-09 14:35:34 +0000
committerwiz <wiz@pkgsrc.org>2002-10-09 14:35:34 +0000
commit9508b04929f1d38ae3671957587dc953e8dfb9f3 (patch)
tree894d162c05a6e2c301772f4d0826dd4684b681a3
parent4ed43767e8a8ea07fe7fe79813b6f6d2982ac866 (diff)
downloadpkgsrc-9508b04929f1d38ae3671957587dc953e8dfb9f3.tar.gz
buildlink1 -> buildlink2.
-rw-r--r--editors/treetext/Makefile7
-rw-r--r--x11/py-wxWindows/Makefile5
2 files changed, 7 insertions, 5 deletions
diff --git a/editors/treetext/Makefile b/editors/treetext/Makefile
index 3bdb1a1257b..0c5c73aaaea 100644
--- a/editors/treetext/Makefile
+++ b/editors/treetext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/03/13 17:36:55 fredb Exp $
+# $NetBSD: Makefile,v 1.3 2002/10/09 14:35:34 wiz Exp $
#
DISTNAME= TreeText-0.3.3-src
@@ -12,7 +12,8 @@ MAINTAINER= sakamoto@netbsd.org
HOMEPAGE= http://www.ab.wakwak.com/~tino/fox/treetext/
COMMENT= multi documents editor
-USE_X11BASE= #defined
+USE_BUILDLINK2= # defined
+USE_X11BASE= # defined
WRKSRC= ${WRKDIR}/treetext/treetext
@@ -21,5 +22,5 @@ post-extract:
@${SED} -e 's|$${X11BASE}|${X11BASE}|' ${FILESDIR}/MakeInclude \
> ${WRKSRC}/MakeInclude
-.include "../../x11/fox/buildlink.mk"
+.include "../../x11/fox/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
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"