summaryrefslogtreecommitdiff
path: root/audio/libcdaudio
diff options
context:
space:
mode:
authorgrant <grant>2004-01-23 06:20:40 +0000
committergrant <grant>2004-01-23 06:20:40 +0000
commitda087096030ff5e2578545e4012cfd56aa6ee752 (patch)
tree2c3f0a35f86f0ae169dc6b9a2ada33d60355a151 /audio/libcdaudio
parenteecda50fff3d1d6041e92ffa7ca102ddf084ba44 (diff)
downloadpkgsrc-da087096030ff5e2578545e4012cfd56aa6ee752.tar.gz
use LIBTOOL_OVERRIDE, not LTCONFIG_OVERRIDE. fixes installation on
Solaris (and others). bump PKGREVISION.
Diffstat (limited to 'audio/libcdaudio')
-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"