From 79245d24cfa5e3e5c3dbfe27fcffba3dcf870858 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 14 Feb 2004 18:26:26 +0000 Subject: PKGCONFIG_OVERRIDE is relative to WRKSRC. --- x11/gtk/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/gtk') diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 3bf65b1f401..d6d91dff511 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2004/02/14 17:21:55 jlam Exp $ +# $NetBSD: Makefile,v 1.100 2004/02/14 18:26:29 jmmv Exp $ DISTNAME= gtk+-1.2.10 PKGREVISION= 6 @@ -22,8 +22,8 @@ USE_X11BASE= yes USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE= ${WRKSRC}/gdk.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gtk+.pc.in +PKGCONFIG_OVERRIDE= gdk.pc.in +PKGCONFIG_OVERRIDE+= gtk+.pc.in GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-xinput=xfree \ -- cgit v1.2.3