diff options
author | xtraeme <xtraeme> | 2004-03-10 14:12:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-10 14:12:50 +0000 |
commit | 5ecba9ab7bace77c27f60e140a3423c053bcc5d2 (patch) | |
tree | 5126d0dc144b85e863451f64254bb836fa258a53 /wm/bsetroot | |
parent | d6f0caffd46d2711cc4ce2d1b87023daef844d62 (diff) | |
download | pkgsrc-5ecba9ab7bace77c27f60e140a3423c053bcc5d2.tar.gz |
bl3ify
Diffstat (limited to 'wm/bsetroot')
-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" |