summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-09-23 23:28:16 +0000
committerrecht <recht@pkgsrc.org>2003-09-23 23:28:16 +0000
commita2b6a5141645cc9500b574fcef8d92c292d39ede (patch)
tree523bd5b98397d80d3a9f9f623a435fe99eb1b90f /audio
parent3fb1401b0c5c1066af060c5785520b93addd52de (diff)
downloadpkgsrc-a2b6a5141645cc9500b574fcef8d92c292d39ede.tar.gz
Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed sndfile.pc.
Diffstat (limited to 'audio')
-rw-r--r--audio/libsndfile/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile
index 5b97c461842..bb7aedc25a0 100644
--- a/audio/libsndfile/Makefile
+++ b/audio/libsndfile/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2003/07/21 16:30:42 martti Exp $
+# $NetBSD: Makefile,v 1.11 2003/09/23 23:28:16 recht Exp $
#
DISTNAME= libsndfile-1.0.5
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.zipworld.com.au/~erikd/libsndfile/
@@ -13,6 +14,7 @@ USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= sndfile.pc.in
.include "../../mk/bsd.prefs.mk"