diff options
author | xtraeme <xtraeme> | 2004-02-26 09:00:03 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-02-26 09:00:03 +0000 |
commit | 10fc8548bdb247ef97be1fecd0270b03b7b5fac3 (patch) | |
tree | 007fdb735b300a59c2a9fb989aa4eee34a94deab /wm/pekwm | |
parent | 0da8d0ef2b7f39bc1a62c48368e7628a06b09138 (diff) | |
download | pkgsrc-10fc8548bdb247ef97be1fecd0270b03b7b5fac3.tar.gz |
bl3ify
Diffstat (limited to 'wm/pekwm')
-rw-r--r-- | wm/pekwm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile index e35849abbec..d252fb09354 100644 --- a/wm/pekwm/Makefile +++ b/wm/pekwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/24 15:18:32 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/26 09:02:43 xtraeme Exp $ # DISTNAME= pekwm-0.1.3 @@ -12,7 +12,7 @@ HOMEPAGE= http://pekwm.org/ COMMENT= Window manager based on aewm++ GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_X11= YES USE_PERL5= run @@ -40,6 +40,6 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor .undef f -.include "../../lang/perl5/buildlink2.mk" -.include "../../graphics/xpm/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |