summaryrefslogtreecommitdiff
path: root/audio/libsndfile
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
commit8245ace19eb21634852169c914b2237a75b73a1c (patch)
tree523bd5b98397d80d3a9f9f623a435fe99eb1b90f /audio/libsndfile
parentbe5bf914b5b0303c2318bb92ebabf40df5647b79 (diff)
downloadpkgsrc-8245ace19eb21634852169c914b2237a75b73a1c.tar.gz
Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed sndfile.pc.
Diffstat (limited to 'audio/libsndfile')
-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"