summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-23 06:20:40 +0000
committergrant <grant@pkgsrc.org>2004-01-23 06:20:40 +0000
commitef2667c09fc5b22c933c6733303af10b34ac0876 (patch)
tree2c3f0a35f86f0ae169dc6b9a2ada33d60355a151 /audio
parent2d3e17be056182810b4b33cdc649420375eedb68 (diff)
downloadpkgsrc-ef2667c09fc5b22c933c6733303af10b34ac0876.tar.gz
use LIBTOOL_OVERRIDE, not LTCONFIG_OVERRIDE. fixes installation on
Solaris (and others). bump PKGREVISION.
Diffstat (limited to 'audio')
-rw-r--r--audio/libcdaudio/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile
index 58b53159c7e..74795e3f272 100644
--- a/audio/libcdaudio/Makefile
+++ b/audio/libcdaudio/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2004/01/04 18:26:17 xtraeme Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/23 06:20:40 grant Exp $
#
DISTNAME= libcdaudio-0.99.9
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcdaudio/}
@@ -12,6 +13,6 @@ COMMENT= Multi-platform CD player development library
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/bsd.pkg.mk"