summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-04-29 18:27:17 +0000
committerwiz <wiz@pkgsrc.org>2002-04-29 18:27:17 +0000
commit80ff83f22e470dbd83fc21648d83452a5b587332 (patch)
treec04cc431f0cc299933ea2b6db9fa4d2067a912b3 /net
parent6edbf5b45f0d2b7289cc11612a06fcf62202c604 (diff)
downloadpkgsrc-80ff83f22e470dbd83fc21648d83452a5b587332.tar.gz
LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE.
Diffstat (limited to 'net')
-rw-r--r--net/ORBit/Makefile8
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