diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:32 +0000 |
commit | ec993afa1a03c673838b24572cfaae5ebd9fb235 (patch) | |
tree | f363875d965b55b56e856a921189b2693e263e28 /audio/flac/Makefile | |
parent | 12db50c706ca0bcbc78542f31d7719bf81af8ece (diff) | |
download | pkgsrc-ec993afa1a03c673838b24572cfaae5ebd9fb235.tar.gz |
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r-- | audio/flac/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 77ac499bbb0..db4a467d5a6 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/02/09 19:57:54 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2004/02/14 17:21:32 jlam Exp $ # DISTNAME= flac-1.1.0 @@ -12,14 +12,12 @@ COMMENT= Free lossless audio codec WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK3= yes +USE_LIBTOOL= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_path_XMMS_CONFIG="no" -USE_LIBTOOL= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool - .include "../../mk/bsd.prefs.mk" .if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) |