diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-10 14:12:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-10 14:12:50 +0000 |
commit | cd5d3fe3efb32398e25831cfee47830e2dc1c182 (patch) | |
tree | 5126d0dc144b85e863451f64254bb836fa258a53 /wm/bsetroot/Makefile | |
parent | 1fd4c7c0d99e2a9e712977cd36cbed8443f79348 (diff) | |
download | pkgsrc-cd5d3fe3efb32398e25831cfee47830e2dc1c182.tar.gz |
bl3ify
Diffstat (limited to 'wm/bsetroot/Makefile')
-rw-r--r-- | wm/bsetroot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/bsetroot/Makefile b/wm/bsetroot/Makefile index 065b470319e..ab148c0c336 100644 --- a/wm/bsetroot/Makefile +++ b/wm/bsetroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/02/20 00:42:37 abs Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/10 14:12:51 xtraeme Exp $ # DISTNAME= blackbox-0.65.0 @@ -12,7 +12,7 @@ HOMEPAGE= http://blackboxwm.sourceforge.net/ COMMENT= Tools to set the root windows background USE_LANGUAGES= c c++ -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GCC_SHLIB= YES USE_X11= YES GNU_CONFIGURE= YES @@ -26,5 +26,5 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/doc/bsetroot.1 ${PREFIX}/man/man1 ( cd ${WRKSRC}/nls && ${MAKE} install ) -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |