diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-14 18:26:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-14 18:26:26 +0000 |
commit | 4932fab3f227fbfbad27ff0bca77400f0c3397fe (patch) | |
tree | c1e08f830ccc454388579e8a5bb683d354ff965d /x11 | |
parent | df1553a4f0d66bbe0583c891b890ae9e33fd1398 (diff) | |
download | pkgsrc-4932fab3f227fbfbad27ff0bca77400f0c3397fe.tar.gz |
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xfixes/Makefile | 4 | ||||
-rw-r--r-- | x11/Xrandr-mixedcase/Makefile | 4 | ||||
-rw-r--r-- | x11/Xrender/Makefile | 4 | ||||
-rw-r--r-- | x11/fixesext/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-mag/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/Makefile | 4 | ||||
-rw-r--r-- | x11/gnopernicus/Makefile | 4 | ||||
-rw-r--r-- | x11/gtk-thinice-engine/Makefile | 4 | ||||
-rw-r--r-- | x11/gtk/Makefile | 6 | ||||
-rw-r--r-- | x11/gtk2-engines/Makefile | 4 | ||||
-rw-r--r-- | x11/gtk2/Makefile | 10 | ||||
-rw-r--r-- | x11/gtkglarea2/Makefile | 4 | ||||
-rw-r--r-- | x11/gtkmm/Makefile | 12 | ||||
-rw-r--r-- | x11/libzvt/Makefile | 4 | ||||
-rw-r--r-- | x11/paragui/Makefile | 4 | ||||
-rw-r--r-- | x11/py-gnome2/Makefile | 4 | ||||
-rw-r--r-- | x11/py-gtk2/Makefile | 4 | ||||
-rw-r--r-- | x11/randrext/Makefile | 4 | ||||
-rw-r--r-- | x11/render/Makefile | 4 | ||||
-rw-r--r-- | x11/startup-notification/Makefile | 4 | ||||
-rw-r--r-- | x11/vte/Makefile | 4 | ||||
-rw-r--r-- | x11/xcursor/Makefile | 4 |
22 files changed, 52 insertions, 52 deletions
diff --git a/x11/Xfixes/Makefile b/x11/Xfixes/Makefile index 22651f041e3..88471e9a4ac 100644 --- a/x11/Xfixes/Makefile +++ b/x11/Xfixes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:55 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= libXfixes-2.0.0 @@ -16,7 +16,7 @@ USE_BUILDLINK2= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/xfixes.pc.in +PKGCONFIG_OVERRIDE+= xfixes.pc.in .include "../../x11/fixesext/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" diff --git a/x11/Xrandr-mixedcase/Makefile b/x11/Xrandr-mixedcase/Makefile index ad884e9e51f..abb5bdb6edc 100644 --- a/x11/Xrandr-mixedcase/Makefile +++ b/x11/Xrandr-mixedcase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/02/14 17:21:55 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= libXrandr-1.0.1 @@ -16,7 +16,7 @@ USE_BUILDLINK2= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/xrandr.pc.in +PKGCONFIG_OVERRIDE+= xrandr.pc.in BUILDLINK_DEPENDS.Xrender= Xrender>=0.8.2 diff --git a/x11/Xrender/Makefile b/x11/Xrender/Makefile index 2912c7f8740..4effad1875a 100644 --- a/x11/Xrender/Makefile +++ b/x11/Xrender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/02/14 17:21:55 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/14 18:26:29 jmmv Exp $ DISTNAME= xrender-0.8.3 PKGNAME= ${DISTNAME:S/x/X/} @@ -14,7 +14,7 @@ USE_BUILDLINK3= YES USE_X11= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/xrender.pc.in +PKGCONFIG_OVERRIDE= xrender.pc.in .include "../../devel/pkgconfig/buildlink3.mk" .include "../../x11/render/buildlink3.mk" diff --git a/x11/fixesext/Makefile b/x11/fixesext/Makefile index c9ba7ad31da..fdc679356fc 100644 --- a/x11/fixesext/Makefile +++ b/x11/fixesext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/16 08:39:24 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= fixesext-2.0 @@ -14,7 +14,7 @@ USE_X11= yes USE_BUILDLINK2= yes GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/fixesext.pc.in +PKGCONFIG_OVERRIDE+= fixesext.pc.in .include "../../devel/pkgconfig/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/gnome-mag/Makefile b/x11/gnome-mag/Makefile index 804f42e6783..89f94bc89d0 100644 --- a/x11/gnome-mag/Makefile +++ b/x11/gnome-mag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/02/14 17:21:55 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= gnome-mag-0.10.4 @@ -20,7 +20,7 @@ USE_LIBTOOL= yes USE_X11= yes GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gnome-mag-1.0.pc.in +PKGCONFIG_OVERRIDE+= gnome-mag-1.0.pc.in .include "../../devel/at-spi/buildlink2.mk" .include "../../devel/libbonobo/buildlink2.mk" diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 4eed1a026f3..4cac4bbf7aa 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/02/14 17:21:55 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= gnome-panel-2.4.2 @@ -21,7 +21,7 @@ USE_PERL5= YES USE_PKGLOCALEDIR= YES USE_X11= YES USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/libpanel-applet/libpanelapplet-2.0.pc.in +PKGCONFIG_OVERRIDE= libpanel-applet/libpanelapplet-2.0.pc.in CONFIGURE_ARGS+= --enable-gtk-doc=no CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html diff --git a/x11/gnopernicus/Makefile b/x11/gnopernicus/Makefile index 898455ae55f..bf1474bd2b1 100644 --- a/x11/gnopernicus/Makefile +++ b/x11/gnopernicus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/02/14 17:21:55 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= gnopernicus-0.7.1 @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --disable-ipv6 CONFIGURE_ARGS+= --disable-gtk-doc -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gnopernicus-1.0.pc.in +PKGCONFIG_OVERRIDE+= gnopernicus-1.0.pc.in GCONF2_SCHEMAS+= brlmonitor.schemas GCONF2_SCHEMAS+= gnopernicus.schemas diff --git a/x11/gtk-thinice-engine/Makefile b/x11/gtk-thinice-engine/Makefile index 0f5e966f011..7dd3265439f 100644 --- a/x11/gtk-thinice-engine/Makefile +++ b/x11/gtk-thinice-engine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:55 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= gtk-thinice-engine-2.0.2 @@ -20,7 +20,7 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE= ${WRKSRC}/gtk-thinice-engine-2.pc.in +PKGCONFIG_OVERRIDE= gtk-thinice-engine-2.pc.in .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" 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 \ diff --git a/x11/gtk2-engines/Makefile b/x11/gtk2-engines/Makefile index 20715614d63..08cf58a3128 100644 --- a/x11/gtk2-engines/Makefile +++ b/x11/gtk2-engines/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= gtk-engines-2.2.0 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_X11= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE= ${WRKSRC}/gtk-engines-2.pc.in +PKGCONFIG_OVERRIDE= gtk-engines-2.pc.in .include "../../devel/pkgconfig/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" 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 diff --git a/x11/gtkglarea2/Makefile b/x11/gtkglarea2/Makefile index 36da2bd2154..b9bf711c966 100644 --- a/x11/gtkglarea2/Makefile +++ b/x11/gtkglarea2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= gtkglarea-1.99.0 @@ -15,7 +15,7 @@ COMMENT= OpenGL widget for the GTK+2 GUI toolkit WRKSRC= ${WRKDIR}/gtkglarea-1.99.0 USE_BUILDLINK2= YES USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gtkgl-2.0.pc.in +PKGCONFIG_OVERRIDE+= gtkgl-2.0.pc.in GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-lib-GL diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile index 5f50403085d..6345d32c62a 100644 --- a/x11/gtkmm/Makefile +++ b/x11/gtkmm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= gtkmm-2.2.8 @@ -17,11 +17,11 @@ USE_GNU_TOOLS+= make USE_PERL5= YES USE_X11= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/atk/atkmm-1.0.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gdk/gdkmm-2.0.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/glib/glibmm-2.0.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gtk/gtkmm-2.0.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/pango/pangomm-1.0.pc.in +PKGCONFIG_OVERRIDE= atk/atkmm-1.0.pc.in +PKGCONFIG_OVERRIDE+= gdk/gdkmm-2.0.pc.in +PKGCONFIG_OVERRIDE+= glib/glibmm-2.0.pc.in +PKGCONFIG_OVERRIDE+= gtk/gtkmm-2.0.pc.in +PKGCONFIG_OVERRIDE+= pango/pangomm-1.0.pc.in .include "../../devel/libsigc++/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" diff --git a/x11/libzvt/Makefile b/x11/libzvt/Makefile index 521f1263fdb..2a2e72ae693 100644 --- a/x11/libzvt/Makefile +++ b/x11/libzvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= libzvt-2.0.1 @@ -16,7 +16,7 @@ USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_X11= YES USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/libzvt/libzvt-2.0.pc.in +PKGCONFIG_OVERRIDE= libzvt/libzvt-2.0.pc.in .include "../../graphics/libart2/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" diff --git a/x11/paragui/Makefile b/x11/paragui/Makefile index 939194c354a..2eff15075da 100644 --- a/x11/paragui/Makefile +++ b/x11/paragui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= paragui-1.0.4 @@ -13,7 +13,7 @@ COMMENT= Cross-platform high-level application framework and GUI library USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/paragui.pc.in +PKGCONFIG_OVERRIDE+= paragui.pc.in GNU_CONFIGURE= yes PTHREAD_OPTS+= require native diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile index 9dca0213630..6d7387b81fe 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= gnome-python-2.0.0 @@ -15,7 +15,7 @@ COMMENT= Python binding for GNOME2 PY_PATCHPLIST= YES USE_BUILDLINK2= YES USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gnome-python-2.0.pc.in +PKGCONFIG_OVERRIDE+= gnome-python-2.0.pc.in GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN} diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index ed002782249..22ca8427d58 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= pygtk-2.0.0 @@ -17,7 +17,7 @@ CONFLICTS= ${PYPKGPREFIX}-gtk<0.6.10 PY_PATCHPLIST= YES USE_BUILDLINK2= YES USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE+= ${WRKSRC}/pygtk-2.0.pc.in +PKGCONFIG_OVERRIDE+= pygtk-2.0.pc.in GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN} diff --git a/x11/randrext/Makefile b/x11/randrext/Makefile index d63e0c1ac29..f65bc72ab2e 100644 --- a/x11/randrext/Makefile +++ b/x11/randrext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 14:39:55 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/14 18:26:30 jmmv Exp $ # DISTNAME= randrext-1.0 @@ -13,7 +13,7 @@ COMMENT= RandR extension (Headers and documentation files) USE_BUILDLINK2= yes GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/randr.pc.in +PKGCONFIG_OVERRIDE+= randr.pc.in .include "../../devel/pkgconfig/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/render/Makefile b/x11/render/Makefile index f123bd855a7..21f6e123606 100644 --- a/x11/render/Makefile +++ b/x11/render/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/19 16:33:56 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/14 18:26:30 jmmv Exp $ # DISTNAME= render-0.8 @@ -11,7 +11,7 @@ COMMENT= Headers for X11 render extension USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/render.pc.in +PKGCONFIG_OVERRIDE+= render.pc.in GNU_CONFIGURE= yes CONFLICTS= Xrender<0.8 diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 73a85895893..edccaabda98 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/14 18:26:30 jmmv Exp $ DISTNAME= startup-notification-0.5 CATEGORIES= x11 gnome @@ -14,7 +14,7 @@ USE_BUILDLINK3= yes USE_LIBTOOL= yes USE_X11= yes -PKGCONFIG_OVERRIDE= ${WRKSRC}/libstartup-notification-1.0.pc.in +PKGCONFIG_OVERRIDE= libstartup-notification-1.0.pc.in post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/startup-notification/ diff --git a/x11/vte/Makefile b/x11/vte/Makefile index 3f7b57479a2..4bcb0dab47a 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/14 18:26:30 jmmv Exp $ # DISTNAME= vte-0.11.10 @@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html -PKGCONFIG_OVERRIDE+= ${WRKSRC}/vte.pc.in +PKGCONFIG_OVERRIDE+= vte.pc.in .include "../../devel/pkgconfig/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/x11/xcursor/Makefile b/x11/xcursor/Makefile index e5356c08278..13651ea6ba5 100644 --- a/x11/xcursor/Makefile +++ b/x11/xcursor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/14 18:26:30 jmmv Exp $ # DISTNAME= libXcursor-1.1.1 @@ -17,7 +17,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/xcursor.pc.in +PKGCONFIG_OVERRIDE+= xcursor.pc.in .include "../../devel/pkgconfig/buildlink2.mk" .include "../../x11/Xfixes/buildlink2.mk" |