diff options
author | jmmv <jmmv> | 2004-02-14 18:26:26 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-14 18:26:26 +0000 |
commit | 8d793996d5668fc0806e84e6dbb8e3751942d3eb (patch) | |
tree | c1e08f830ccc454388579e8a5bb683d354ff965d /textproc | |
parent | da11955fdca8e3260773b887e23bf1a223b4e008 (diff) | |
download | pkgsrc-8d793996d5668fc0806e84e6dbb8e3751942d3eb.tar.gz |
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aiksaurus/Makefile | 4 | ||||
-rw-r--r-- | textproc/enchant/Makefile | 4 | ||||
-rw-r--r-- | textproc/gtk-doc/Makefile | 4 | ||||
-rw-r--r-- | textproc/gtkspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/libcroco/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxslt/Makefile | 6 | ||||
-rw-r--r-- | textproc/raptor/Makefile | 4 |
9 files changed, 19 insertions, 19 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index eb9fc6c8a5d..57abf64aba8 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= aiksaurus-1.0.1 @@ -13,6 +13,6 @@ USE_BUILDLINK2= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --without-gtk -PKGCONFIG_OVERRIDE= ${WRKSRC}/base/aiksaurus-1.0.pc.in +PKGCONFIG_OVERRIDE= base/aiksaurus-1.0.pc.in .include "../../mk/bsd.pkg.mk" diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 2f7637bd1a4..bd215d43756 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= enchant-1.1.3 @@ -12,7 +12,7 @@ COMMENT= Generic spell checking library USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/enchant.pc.in +PKGCONFIG_OVERRIDE+= enchant.pc.in GNU_CONFIGURE= yes .include "../../devel/glib2/buildlink2.mk" diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 0e337e3054f..1107a48c2fc 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/12 13:49:15 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= gtk-doc-1.1 @@ -15,7 +15,7 @@ DEPENDS+= dsssl-docbook-modular-[0-9]*:../../textproc/dsssl-docbook-modular GNU_CONFIGURE= YES USE_BUILDLINK2= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/gtk-doc.pc.in +PKGCONFIG_OVERRIDE= gtk-doc.pc.in CONFIGURE_ARGS+= --with-xml-catalog=${XML_DEFAULT_CATALOG} .include "../../lang/perl5/buildlink2.mk" diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 8f3902160a2..150b71ea646 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/14 18:04:39 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= gtkspell-2.0.5 @@ -13,7 +13,7 @@ GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_X11= YES USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/gtkspell-2.0.pc.in +PKGCONFIG_OVERRIDE= gtkspell-2.0.pc.in SUBST_CLASSES+= subdir SUBST_MESSAGE.subdir= "Excluding unnecessary subdirs." diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index 6b69ff289ef..7d801510f0e 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/14 17:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= libcroco-0.4.0 @@ -17,7 +17,7 @@ USE_LIBTOOL= yes USE_X11= yes GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/libcroco.pc.in +PKGCONFIG_OVERRIDE+= libcroco.pc.in CONFIGURE_ARGS+= --enable-seleng=yes CONFIGURE_ARGS+= --enable-layeng=yes diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 98068e7d2fd..a1b60a9f498 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/02/14 17:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= libxml-1.8.17 @@ -14,7 +14,7 @@ COMMENT= XML parser, mainly used by the GNOME project USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/libxml.pc.in +PKGCONFIG_OVERRIDE= libxml.pc.in .include "../../devel/zlib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 6bca51540d3..2beb1165ec6 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2004/02/14 17:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.48 2004/02/14 18:26:29 jmmv Exp $ DISTNAME= libxml2-${LIBXML_VERSION} CATEGORIES= textproc @@ -12,7 +12,7 @@ COMMENT= XML parser library from the GNOME project USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE= ${WRKSRC}/libxml-2.0.pc.in +PKGCONFIG_OVERRIDE= libxml-2.0.pc.in LIBXML_VERSION= 2.6.6 PLIST_SUBST+= LIBXML_VERSION=${LIBXML_VERSION} diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index e1f64810aad..223939156c1 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/02/14 17:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2004/02/14 18:26:29 jmmv Exp $ DISTNAME= libxslt-1.1.2 PKGNAME= ${DISTNAME} @@ -15,8 +15,8 @@ USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes USE_PERL5= build -PKGCONFIG_OVERRIDE= ${WRKSRC}/libxslt.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/libexslt.pc.in +PKGCONFIG_OVERRIDE= libxslt.pc.in +PKGCONFIG_OVERRIDE+= libexslt.pc.in GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libxml-prefix=${BUILDLINK_PREFIX.libxml2} diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index 8eff8871da1..829503a2f04 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/02/14 17:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= raptor-1.0.0 @@ -14,7 +14,7 @@ USE_BUILDLINK2= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES -PKGCONFIG_OVERRIDE+= ${WRKSRC}/raptor.pc.in +PKGCONFIG_OVERRIDE+= raptor.pc.in .include "../../devel/glib2/buildlink2.mk" .include "../../textproc/libxml2/buildlink2.mk" |