diff options
-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 |