summaryrefslogtreecommitdiff
path: root/audio/flac
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-14 17:21:32 +0000
committerjlam <jlam>2004-02-14 17:21:32 +0000
commitc46da24c142eef5eab634a945d7e1d201115cb8b (patch)
treef363875d965b55b56e856a921189b2693e263e28 /audio/flac
parent3edd1034586f43044621b6199d089c2117f97947 (diff)
downloadpkgsrc-c46da24c142eef5eab634a945d7e1d201115cb8b.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')
-rw-r--r--audio/flac/Makefile6
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)