diff options
author | agc <agc@pkgsrc.org> | 2002-07-22 09:54:05 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-22 09:54:05 +0000 |
commit | cce8d35a1324c891d3f3c1247a9e328703a706a9 (patch) | |
tree | 774bb7eb6febd5075428fed14d4a6977b5a33ce5 /audio/audacity/Makefile | |
parent | 0ac639eaa207d0785f6192f7a049fb174c797cd9 (diff) | |
download | pkgsrc-cce8d35a1324c891d3f3c1247a9e328703a706a9.tar.gz |
Strongly buildlink-ify this package.
Diffstat (limited to 'audio/audacity/Makefile')
-rw-r--r-- | audio/audacity/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index ae269f59146..a6ec1510e0d 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/05/12 10:16:44 abs Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/22 09:54:05 agc Exp $ # DISTNAME= audacity-src-0.96 @@ -12,18 +12,14 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://audacity.sourceforge.net/ COMMENT= audio editor -DEPENDS+= wxGTK>=2.2.7nb1:../../x11/wxGTK -DEPENDS+= pth-[0-9]*:../../devel/pth -DEPENDS+= id3lib-[0-9]*:../../audio/id3lib -DEPENDS+= libmpeg3-[0-9]*:../../devel/libmpeg3 -DEPENDS+= lame>=3.89:../../audio/lame BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-xaudio --with-libmpeg3 -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" USE_GMAKE= yes +USE_BUILDLINK_ONLY= yes + # XXX Internal compiler error with -O2 .if (${MACHINE_ARCH} == alpha) CFLAGS= -O @@ -39,4 +35,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/audacity ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/audacity-help.htb ${PREFIX}/share +.include "../../audio/id3lib/buildlink.mk" +.include "../../audio/lame/buildlink.mk" +.include "../../devel/libmpeg3/buildlink.mk" +.include "../../x11/wxGTK/buildlink.mk" .include "../../mk/bsd.pkg.mk" |