diff options
author | wiz <wiz> | 2002-04-29 18:54:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-04-29 18:54:12 +0000 |
commit | 0cf4fa821fc54fa39a8f313e7e12641ee07d4cfa (patch) | |
tree | 64ec88f0499afd36756d172f0baa98c1977a1a23 /audio/esound | |
parent | a5d9ae32d9735dc58891086d19906ac3df586817 (diff) | |
download | pkgsrc-0cf4fa821fc54fa39a8f313e7e12641ee07d4cfa.tar.gz |
LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE.
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 21b83f1b69c..091b71b1ba7 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2002/04/29 08:40:27 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2002/04/29 18:54:12 wiz Exp $ DISTNAME= esound-0.2.25 CATEGORIES= audio @@ -10,7 +10,7 @@ COMMENT= the Enlightened sound daemon USE_BUILDLINK_ONLY= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |