summaryrefslogtreecommitdiff
path: root/net/ORBit/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-04-29 18:27:17 +0000
committerwiz <wiz>2002-04-29 18:27:17 +0000
commite708dd9500a905ac511ac8efe2cbcb1b04c43f15 (patch)
treec04cc431f0cc299933ea2b6db9fa4d2067a912b3 /net/ORBit/Makefile
parent5814b9fb5581863a4810602e732dc7b9302715e0 (diff)
downloadpkgsrc-e708dd9500a905ac511ac8efe2cbcb1b04c43f15.tar.gz
LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE.
Diffstat (limited to 'net/ORBit/Makefile')
-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