summaryrefslogtreecommitdiff
path: root/graphics/libgdgeda
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-10-29 23:15:27 +0000
committerdmcmahill <dmcmahill>2003-10-29 23:15:27 +0000
commit1d6f806b325160a0bc294bdc77d4b78228d7c08b (patch)
treedde5e9698c74e046ec8b95eb8e00575bd28316c4 /graphics/libgdgeda
parent3fda47294e804a63a6fa2dcfe3fc3971e9822388 (diff)
downloadpkgsrc-1d6f806b325160a0bc294bdc77d4b78228d7c08b.tar.gz
Fix the libtool override so that we actually override the correct thing.
Fixes PLIST problems on Solaris.
Diffstat (limited to 'graphics/libgdgeda')
-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"