diff options
author | grant <grant> | 2003-07-30 12:50:39 +0000 |
---|---|---|
committer | grant <grant> | 2003-07-30 12:50:39 +0000 |
commit | 29b754fc1e5e45cbf1c4ed0b8b24dd7165a19c91 (patch) | |
tree | ecf41b53cf631ba77af8a520f1a12eec91b0faa8 /x11/gtk | |
parent | 537f238378c19b33a0cef9a0153a2f1e751d4caf (diff) | |
download | pkgsrc-29b754fc1e5e45cbf1c4ed0b8b24dd7165a19c91.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/gtk')
-rw-r--r-- | x11/gtk/Makefile | 4 |
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 |