diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-31 03:26:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-31 03:26:33 +0000 |
commit | f70b77df4e6be89d2ca16d7221ed8e18623b78fd (patch) | |
tree | 36eff2e5a5e9852ce702fa3dd13781f5de60c47e /audio/mpg321 | |
parent | e408a36d738088cb0820770ed21bf73d97374290 (diff) | |
download | pkgsrc-f70b77df4e6be89d2ca16d7221ed8e18623b78fd.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'audio/mpg321')
-rw-r--r-- | audio/mpg321/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index c5d5e9dabca..74dec929939 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/13 09:14:45 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/31 03:26:33 wiz Exp $ DISTNAME= mpg321-0.2.10 CATEGORIES= audio @@ -8,9 +8,10 @@ MAINTAINER= rxg@netbsd.org HOMEPAGE= http://mpg321.sourceforge.net/ COMMENT= Free replacement for mpg123 -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-mpg123-symlink +USE_BUILDLINK2= yes -.include "../../audio/libao/buildlink.mk" -.include "../../audio/mad/buildlink.mk" +.include "../../audio/libao/buildlink2.mk" +.include "../../audio/mad/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |