diff options
author | wiz <wiz> | 2002-04-29 18:27:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-04-29 18:27:17 +0000 |
commit | a5d9ae32d9735dc58891086d19906ac3df586817 (patch) | |
tree | c04cc431f0cc299933ea2b6db9fa4d2067a912b3 /net/ORBit/Makefile | |
parent | 01e84c749095a50d8b157f1e6e10aa611e87aea8 (diff) | |
download | pkgsrc-a5d9ae32d9735dc58891086d19906ac3df586817.tar.gz |
LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE.
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r-- | net/ORBit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 8639ea46b02..99c88fb19ce 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2002/04/25 12:17:04 agc Exp $ +# $NetBSD: Makefile,v 1.76 2002/04/29 18:27:17 wiz Exp $ # DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR} @@ -15,9 +15,9 @@ BUILD_DEPENDS+= automake>=1.4:../../devel/automake USE_GMAKE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE+= ${WRKSRC}/ltconfig -LTCONFIG_OVERRIDE+= ${WRKSRC}/popt/ltconfig -LTCONFIG_OVERRIDE+= ${WRKSRC}/libIDL/ltconfig +LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool +LIBTOOL_OVERRIDE+= ${WRKSRC}/popt/libtool +LIBTOOL_OVERRIDE+= ${WRKSRC}/libIDL/libtool GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES |