summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-23 06:03:57 +0000
committergrant <grant@pkgsrc.org>2004-01-23 06:03:57 +0000
commit2dd40f010534e1c0aee0636b3da7770b8655a31e (patch)
tree7a6dad878eb233484eb3b2f9bf71751332cd9a91 /audio
parent474cf8be2428f65f13c003ba03ee33b6b27b046a (diff)
downloadpkgsrc-2dd40f010534e1c0aee0636b3da7770b8655a31e.tar.gz
use LIBTOOL_OVERRIDE, not LTCONFIG_OVERRIDE. fixes installation on
Solaris (and others). bump PKGREVISION.
Diffstat (limited to 'audio')
-rw-r--r--audio/liba52/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile
index 8607bffee80..480b0b61826 100644
--- a/audio/liba52/Makefile
+++ b/audio/liba52/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 16:30:41 martti Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/23 06:03:57 grant Exp $
#
DISTNAME= a52dec-0.7.4
PKGNAME= ${DISTNAME:S/a52dec/liba52/}
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://liba52.sourceforge.net/files/
@@ -13,7 +14,7 @@ COMMENT= Free ATSC A/52 stream decoder library
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/autotools/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
CONFIGURE_ARGS+= --disable-oss
CONFIGURE_ARGS+= --disable-mlib