diff options
author | wiz <wiz> | 2002-10-13 14:52:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-13 14:52:20 +0000 |
commit | 80d6f3415a51023ab69f360153eca2ed714e0aa0 (patch) | |
tree | 2bb01a0f3f22e364b9f0dc957cbbaf4ae369b2b3 /x11 | |
parent | 73bb6a7564fd51b5f033d5adbdea259166dbbe82 (diff) | |
download | pkgsrc-80d6f3415a51023ab69f360153eca2ed714e0aa0.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-Pmw/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/py-Pmw/Makefile b/x11/py-Pmw/Makefile index eefa1c7fade..f162254780b 100644 --- a/x11/py-Pmw/Makefile +++ b/x11/py-Pmw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/09/21 23:47:01 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/13 14:52:20 wiz Exp $ # DISTNAME= Pmw.0.8.5 @@ -11,6 +11,7 @@ HOMEPAGE= http://pmw.sourceforge.net/ COMMENT= python meta widgets PLIST_SRC= ${WRKDIR}/.PLIST_SRC +USE_BUILDLINK2= YES do-build: @@ -26,5 +27,5 @@ do-install: -type d -print | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) .include "../../lang/python/extension.mk" -.include "../../x11/py-Tk/buildlink.mk" +.include "../../x11/py-Tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |