summaryrefslogtreecommitdiff
path: root/x11/gtk2/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-14 18:26:26 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-14 18:26:26 +0000
commitab17dd00b38838a22e1440f451aa97b8661c2248 (patch)
treec1e08f830ccc454388579e8a5bb683d354ff965d /x11/gtk2/Makefile
parent0e68344a802d6f4ce3ddd68edc97b5fabc9f9acb (diff)
downloadpkgsrc-ab17dd00b38838a22e1440f451aa97b8661c2248.tar.gz
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'x11/gtk2/Makefile')
-rw-r--r--x11/gtk2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index 32f46a64503..edce5856c65 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2004/02/14 17:21:56 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2004/02/14 18:26:29 jmmv Exp $
#
DISTNAME= gtk+-2.2.4
@@ -32,10 +32,10 @@ CONFIGURE_ENV+= ac_cv_lib_Xinerama_XineramaQueryExtension=no
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
TEST_TARGET= check
-PKGCONFIG_OVERRIDE= ${WRKSRC}/gdk-2.0.pc.in
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/gtk+-2.0.pc.in
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/gdk-pixbuf-2.0.pc.in
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in
+PKGCONFIG_OVERRIDE= gdk-2.0.pc.in
+PKGCONFIG_OVERRIDE+= gtk+-2.0.pc.in
+PKGCONFIG_OVERRIDE+= gdk-pixbuf-2.0.pc.in
+PKGCONFIG_OVERRIDE+= contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in
BUILD_DIRS= ${WRKSRC} ${WRKSRC}/demos/gtk-demo