diff options
-rw-r--r-- | accessibility/atk/Makefile | 3 | ||||
-rw-r--r-- | sysutils/polkit/Makefile | 3 | ||||
-rw-r--r-- | textproc/gtk-doc/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 423be206f..8b438580a 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/accessibility/atk/Makefile,v 1.119 2012/05/15 15:18:05 kwm Exp $ # PORTNAME= atk @@ -27,6 +27,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehier gnomehack glib20 ltverhack referencehack +USE_PKGCONFIG= build CONFIGURE_ARGS= --enable-static \ --with-html-dir=${PREFIX}/share/doc CPPFLAGS= -I${LOCALBASE}/include diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 57eb97e55..3258b30fb 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast<kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/polkit/Makefile,v 1.17 2012/05/16 19:33:28 kwm Exp $ +# $MCom: ports/sysutils/polkit/Makefile,v 1.18 2012/05/17 08:15:40 kwm Exp $ # PORTNAME= polkit @@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-i dbus-launch:${PORTSDIR}/devel/dbus USE_GNOME= gnomehack glib20 intlhack +USE_PKGCONFIG= build USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index f8ab297a2..c5928a4c3 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -3,7 +3,7 @@ # Whom: fenner # # $FreeBSD$ -# $MCom: ports/textproc/gtk-doc/Makefile,v 1.12 2011/08/11 19:48:48 kwm Exp $ +# $MCom: ports/textproc/gtk-doc/Makefile,v 1.13 2011/09/14 20:45:57 kwm Exp $ PORTNAME= gtk-doc PORTVERSION= 1.18 @@ -33,6 +33,7 @@ USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack gnomeprefix libxslt gnomedocutils +USE_PKGCONFIG= build INSTALLS_OMF= yes CONFIGURE_ARGS= --with-xml-catalog=${LOCALBASE}/share/xml/catalog.ports |