diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-common/Makefile | 4 | ||||
-rw-r--r-- | devel/libgee/Makefile | 3 | ||||
-rw-r--r-- | devel/py-gobject/Makefile | 6 | ||||
-rw-r--r-- | devel/py-gobject3/Makefile | 4 |
4 files changed, 8 insertions, 9 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile index a2dd1aa79..25c572e76 100644 --- a/devel/gnome-common/Makefile +++ b/devel/gnome-common/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/devel/gnome-common/Makefile 17272 2013-04-01 15:47:52Z kwm $ PORTNAME= gnome-common PORTVERSION= 3.6.0 @@ -13,7 +13,7 @@ COMMENT= Common automake macros for GNOME 2 and GNOME 3 USE_XZ= yes USE_GMAKE= yes -USE_PKGCONFIG= both +USES= pkgconfig GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/devel/libgee/Makefile b/devel/libgee/Makefile index f0c1d8b31..3bc09a4a5 100644 --- a/devel/libgee/Makefile +++ b/devel/libgee/Makefile @@ -16,9 +16,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes USE_GMAKE= yes USE_XZ= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 gnomehier -USE_PKGCONFIG= build USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index 9fe309b51..8f9e1a9c0 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/devel/py-gobject/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= gobject PORTVERSION= 2.28.6 @@ -26,9 +26,9 @@ RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomehack glib20 +USES= pathfix pkgconfig +USE_GNOME= glib20 USE_PYTHON= 2.5+ -USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-docs --disable-introspection diff --git a/devel/py-gobject3/Makefile b/devel/py-gobject3/Makefile index 8f2a87328..0809cccc9 100644 --- a/devel/py-gobject3/Makefile +++ b/devel/py-gobject3/Makefile @@ -26,9 +26,9 @@ RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}${PORTNAME}3 USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomehack glib20 +USES= pathfix pkgconfig +USE_GNOME= glib20 USE_PYTHON= 2.5+ -USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_LDCONFIG= yes |