diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 18:57:12 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 18:57:12 +0000 |
commit | 2984e241c738569608b40cca1309c2710f87a414 (patch) | |
tree | 0f536e4ca39aa48d8962b41dcc0ea5bdafb057e2 /audio/wmmixer | |
parent | dcf81fe3614122922783a70bea640ec08323a975 (diff) | |
download | pkgsrc-2984e241c738569608b40cca1309c2710f87a414.tar.gz |
bl3ify
Diffstat (limited to 'audio/wmmixer')
-rw-r--r-- | audio/wmmixer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/wmmixer/Makefile b/audio/wmmixer/Makefile index 224c9084310..598acebe7e5 100644 --- a/audio/wmmixer/Makefile +++ b/audio/wmmixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:07:43 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/11 18:57:12 xtraeme Exp $ # DISTNAME= wmmixer-1.0-beta1 @@ -12,12 +12,12 @@ HOMEPAGE= http://www.geocities.com/SiliconValley/Vista/2471/ COMMENT= Mixer designed for WindowMaker (dockapp) WRKSRC= ${WRKDIR}/wmmixer -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES NO_INSTALL_MANPAGES= YES pre-build: ${TOUCH} ${WRKSRC}/wmmixer.man -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |