summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-02-17 19:12:31 +0000
committerwiz <wiz@pkgsrc.org>2004-02-17 19:12:31 +0000
commitca67f1db05a135c5c560932ec1330a40b102e6f7 (patch)
treef5817fbc7023db07882f0ff3264e5c1ba362cd3d /audio
parent4363aad99ca100eba459ba7bdb10aeb5030be96a (diff)
downloadpkgsrc-ca67f1db05a135c5c560932ec1330a40b102e6f7.tar.gz
Convert to bl3 and remove superfluous LTCONFIG_OVERRIDE.
Diffstat (limited to 'audio')
-rw-r--r--audio/libsndfile/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile
index f67d74211f1..9846731c87a 100644
--- a/audio/libsndfile/Makefile
+++ b/audio/libsndfile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/02/13 14:57:20 adam Exp $
+# $NetBSD: Makefile,v 1.13 2004/02/17 19:12:31 wiz Exp $
#
DISTNAME= libsndfile-1.0.6
@@ -9,10 +9,9 @@ MAINTAINER= dillo@giga.or.at
HOMEPAGE= http://www.mega-nerd.com/libsndfile/
COMMENT= Library for reading and writing audio files
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
PKGCONFIG_OVERRIDE= sndfile.pc.in
.include "../../mk/bsd.prefs.mk"