summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-07-30 12:50:39 +0000
committergrant <grant@pkgsrc.org>2003-07-30 12:50:39 +0000
commit007d2abd618f107218e84194abeffb1973976498 (patch)
treeecf41b53cf631ba77af8a520f1a12eec91b0faa8 /x11
parent6b18f0ea5f18c25f08cd6ce1d391cbcb593f15c9 (diff)
downloadpkgsrc-007d2abd618f107218e84194abeffb1973976498.tar.gz
when using LIBTOOL_OVERRIDE in preference to LTCONFIG_OVERRIDE, let's
at least set it to ${WRKSRC}/libtool :) fixes install on Linux.
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile
index 9fd901c4ae4..22ecba9c605 100644
--- a/x11/gtk/Makefile
+++ b/x11/gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2003/07/17 22:56:30 grant Exp $
+# $NetBSD: Makefile,v 1.88 2003/07/30 12:50:39 grant Exp $
DISTNAME= gtk+-1.2.10
PKGREVISION= 5
@@ -20,7 +20,7 @@ USE_GMAKE= yes
USE_NEW_TEXINFO= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
-LIBTOOL_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/gdk.pc.in
PKGCONFIG_OVERRIDE+= ${WRKSRC}/gtk+.pc.in