summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrecht <recht>2003-09-23 23:28:16 +0000
committerrecht <recht>2003-09-23 23:28:16 +0000
commit6ce52a00732002ac91912e7b04238eacb5002194 (patch)
tree523bd5b98397d80d3a9f9f623a435fe99eb1b90f /audio
parent09046060bb759e083a6134060978a21ead0bd9b1 (diff)
downloadpkgsrc-6ce52a00732002ac91912e7b04238eacb5002194.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"