diff options
author | drochner <drochner@pkgsrc.org> | 2002-11-14 13:25:22 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-11-14 13:25:22 +0000 |
commit | 624420e85423d5e928abc08196ef94607fb02fb2 (patch) | |
tree | 83357eee9948534f0eea195ea92dec2c78dd941d /sysutils/rox-wallpaper | |
parent | 3e5575d9f6447b2e8852c60d810f2a440652d38e (diff) | |
download | pkgsrc-624420e85423d5e928abc08196ef94607fb02fb2.tar.gz |
USE_BUILDLINK2
Diffstat (limited to 'sysutils/rox-wallpaper')
-rw-r--r-- | sysutils/rox-wallpaper/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/rox-wallpaper/Makefile b/sysutils/rox-wallpaper/Makefile index b6d0bc01de5..ef081e8d6f8 100644 --- a/sysutils/rox-wallpaper/Makefile +++ b/sysutils/rox-wallpaper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:58 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/11/14 13:25:23 drochner Exp $ # DISTNAME= Wallpaper-0.1.1 @@ -18,6 +18,7 @@ DIST_SUBDIR= rox NO_CONFIGURE= yes NO_BUILD= yes +USE_BUILDLINK2= yes WRKSRC= ${WRKDIR}/Wallpaper @@ -36,5 +37,5 @@ do-install: ${CP} -Rf ${WRKSRC} ${PREFIX}/share/rox .include "../../lang/python/application.mk" -.include "../../x11/pygtk/buildlink.mk" +.include "../../x11/pygtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |