diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-29 18:54:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-29 18:54:12 +0000 |
commit | 91f4e0d7a4784fed39529628e8d13b83b31cccf0 (patch) | |
tree | 64ec88f0499afd36756d172f0baa98c1977a1a23 /audio/esound | |
parent | 80ff83f22e470dbd83fc21648d83452a5b587332 (diff) | |
download | pkgsrc-91f4e0d7a4784fed39529628e8d13b83b31cccf0.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} |