diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-05 00:55:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-05 00:55:25 +0800 |
commit | e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9 (patch) | |
tree | 4f85da7a3c913f0b6d3eaee685d5d67092dd8102 | |
parent | 69b849628dc4926ef0be2d6b984a7e6c6728d48c (diff) | |
download | marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar.gz marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar.zst marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.zip |
Replace some USE_GNOME=pkgconfig elemments with USE_PKGCONFIG=build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17018 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/desktop-file-utils/Makefile | 5 | ||||
-rw-r--r-- | devel/gamin/Makefile | 5 | ||||
-rw-r--r-- | devel/gsettings-desktop-schemas/Makefile | 5 | ||||
-rw-r--r-- | devel/libIDL/Makefile | 5 | ||||
-rw-r--r-- | devel/libffi/Makefile | 1 | ||||
-rw-r--r-- | lang/vala/Makefile | 5 | ||||
-rw-r--r-- | textproc/enchant/Makefile | 5 | ||||
-rw-r--r-- | textproc/gnome-doc-utils/Makefile | 5 | ||||
-rw-r--r-- | textproc/libcroco/Makefile | 3 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 3 |
10 files changed, 26 insertions, 16 deletions
diff --git a/devel/desktop-file-utils/Makefile b/devel/desktop-file-utils/Makefile index 73a1c8fae..af04eaa81 100644 --- a/devel/desktop-file-utils/Makefile +++ b/devel/desktop-file-utils/Makefile @@ -3,7 +3,7 @@ # Whom: Jean-Yves Lefort <jylefort@brutele.be> # # $FreeBSD$ -# $MCom: ports/devel/desktop-file-utils/Makefile,v 1.10 2012/01/17 16:13:53 ahze Exp $ +# $MCom: ports/devel/desktop-file-utils/Makefile,v 1.11 2012/01/17 16:30:19 ahze Exp $ # PORTNAME= desktop-file-utils @@ -14,7 +14,8 @@ MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= A couple of command line utilities for working with desktop entries -USE_GNOME= glib20 pkgconfig +USE_GNOME= glib20 +USE_PKGCONFIG= build USE_XZ= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index 63d42db70..26e472bae 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gamin/Makefile,v 1.9 2012/01/17 04:02:05 ahze Exp $ +# $MCom: ports/devel/gamin/Makefile,v 1.10 2012/06/29 08:09:36 kwm Exp $ # PORTNAME= gamin @@ -18,7 +18,8 @@ COMMENT?= A file and directory monitoring system USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_GETTEXT= yes -USE_GNOME?= gnomehack _glib20 pkgconfig +USE_GNOME?= gnomehack _glib20 +USE_PKGCONFIG= build USE_LDCONFIG= yes CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ --without-python diff --git a/devel/gsettings-desktop-schemas/Makefile b/devel/gsettings-desktop-schemas/Makefile index f7a56d366..ac81d41b3 100644 --- a/devel/gsettings-desktop-schemas/Makefile +++ b/devel/gsettings-desktop-schemas/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gsettings-desktop-schemas/Makefile,v 1.17 2012/01/17 16:20:40 ahze Exp $ +# $MCom: ports/devel/gsettings-desktop-schemas/Makefile,v 1.18 2012/05/16 15:28:36 kwm Exp $ # PORTNAME= gsettings-desktop-schemas @@ -25,7 +25,8 @@ USE_XZ= yes USE_GETTEXT= yes USE_GMAKE= yes USE_PERL_BUILD= yes -USE_GNOME= gnomehack intltool glib20 pkgconfig +USE_GNOME= gnomehack intltool glib20 +USE_PKGCONFIG= build GNU_CONFIGURE= yes GLIB_SCHEMAS= org.gnome.desktop.a11y.applications.gschema.xml \ diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index ec3aedcfc..fe02c7c84 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/libIDL/Makefile,v 1.9 2012/01/17 16:20:41 ahze Exp $ # PORTNAME= libIDL @@ -20,7 +20,8 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes USE_BISON= build -USE_GNOME= gnomehack glib20 pkgconfig +USE_GNOME= gnomehack glib20 +USE_PKGCONFIG= build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index 69a3672dd..4eb02490c 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -17,6 +17,7 @@ COMMENT= Foreign Function Interface GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack +USE_PKGCONFIG= build PLIST_SUB= PORTVERSION=${PORTVERSION} INFO= libffi diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 86e43f651..f9c72846b 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/lang/vala/Makefile,v 1.62 2012/06/18 15:24:00 kwm Exp $ +# $MCom: ports/lang/vala/Makefile,v 1.63 2012/06/24 16:07:00 kwm Exp $ # PORTNAME= vala @@ -18,7 +18,8 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_XZ= yes -USE_GNOME= gnomehack glib20 gnomeprefix libxslt pkgconfig +USE_GNOME= gnomehack glib20 gnomeprefix libxslt +USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_GETTEXT= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 3897c7a66..9596eb973 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/textproc/enchant/Makefile,v 1.3 2012/01/16 18:28:06 ahze Exp $ # PORTNAME= enchant @@ -18,7 +18,8 @@ COMMENT= Dictionary/spellchecking framework USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig ltverhack +USE_GNOME= gnomehack ltverhack +USE_PKGCONFIG= build CONFIGURE_ARGS= --disable-uspell \ --disable-voikko MAKE_JOBS_SAFE= yes diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile index 5f9000d2b..119c7b9ed 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/textproc/gnome-doc-utils/Makefile,v 1.89 2012/01/17 13:59:48 ahze Exp $ +# $MCom: ports/textproc/gnome-doc-utils/Makefile,v 1.90 2012/05/20 12:56:21 kwm Exp $ # PORTNAME= gnome-doc-utils @@ -26,7 +26,8 @@ USE_XZ= yes USE_GMAKE= yes MAKE_JOBS_UNSAFE=yes USE_GETTEXT= yes -USE_GNOME= gnomehier gnomehack libxslt intlhack pkgconfig +USE_GNOME= gnomehier gnomehack libxslt intlhack +USE_PKGCONFIG= build USE_PYTHON= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index 451d3c451..363a9f5d8 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -18,7 +18,8 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GNOME= gnomehack glib20 libxml2 ltverhack pkgconfig +USE_GNOME= gnomehack glib20 libxml2 ltverhack +USE_PKGCONFIG= build CONFIGURE_ARGS= --disable-gtk-doc-html PLIST_SUB= VERSION="0.6" diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index fad824fa4..3a09e271e 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -3,7 +3,7 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/textproc/libxml2/Makefile,v 1.12 2012/01/24 01:15:19 ahze Exp $ +# $MCom: ports/textproc/libxml2/Makefile,v 1.13 2012/08/04 10:10:19 kwm Exp $ # # WITHOUT_SCHEMA disable XML schema support # WITHOUT_THREADS disable threads support @@ -31,6 +31,7 @@ MAKE_JOBS_SAFE= yes USE_ICONV= yes GNU_CONFIGURE= yes USE_GNOME?= gnomehack +USE_PKGCONFIG= build USE_LDCONFIG= yes CONFIGURE_ARGS?=--with-iconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc \ |