summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-10-29 23:15:27 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-10-29 23:15:27 +0000
commit00532d256b4dc9a0daa45599f1d17a20bfaa9436 (patch)
treedde5e9698c74e046ec8b95eb8e00575bd28316c4
parent70e7f453166d6f91299f3e273fd6e5f1372aedf7 (diff)
downloadpkgsrc-00532d256b4dc9a0daa45599f1d17a20bfaa9436.tar.gz
Fix the libtool override so that we actually override the correct thing.
Fixes PLIST problems on Solaris.
-rw-r--r--graphics/libgdgeda/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile
index 5d71b06d011..f0a56c04d9d 100644
--- a/graphics/libgdgeda/Makefile
+++ b/graphics/libgdgeda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/09/10 23:27:32 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.15 2003/10/29 23:15:27 dmcmahill Exp $
#
DISTNAME= libgdgeda-2.0.15
@@ -13,7 +13,7 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_BUILDLINK2= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../graphics/png/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"