From 916482d8f434e4918b2af28e9133d744b3632f6c Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 3 Sep 2013 14:08:55 +0000 Subject: Add an explicit dependency on pkgconf --- deskutils/alacarte/Makefile | 9 ++------- deskutils/deskbar-applet/Makefile | 2 +- deskutils/hamster-applet/Makefile | 9 ++------- deskutils/nautilus-sendto/Makefile | 3 +-- 4 files changed, 6 insertions(+), 17 deletions(-) (limited to 'deskutils') diff --git a/deskutils/alacarte/Makefile b/deskutils/alacarte/Makefile index aaf6e152fae6..d147a528957f 100644 --- a/deskutils/alacarte/Makefile +++ b/deskutils/alacarte/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: menueditor -# Date created: 22 March 2005 -# Whom: FreeBSD GNOME Team -# +# Created by: FreeBSD GNOME Team # $FreeBSD$ # $MCom: ports/deskutils/alacarte/Makefile,v 1.25 2010/03/29 13:19:00 avl Exp $ -# PORTNAME= alacarte PORTVERSION= 0.13.2 @@ -18,8 +14,7 @@ COMMENT= An editor for the freedesktop.org menu specification USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix pygnomedesktop intlhack -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_PYTHON= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile index 994bc5d2dd3b..9f74c5652527 100644 --- a/deskutils/deskbar-applet/Makefile +++ b/deskutils/deskbar-applet/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus USE_BZIP2= yes -USES= pathfix gettext gmake +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix pygnomedesktop intlhack USE_PYTHON= yes GNU_CONFIGURE= yes diff --git a/deskutils/hamster-applet/Makefile b/deskutils/hamster-applet/Makefile index 84e0da15d761..e21db4dd3f3d 100644 --- a/deskutils/hamster-applet/Makefile +++ b/deskutils/hamster-applet/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: hamster-applet -# Date created: 06 August 2008 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/deskutils/hamster-applet/Makefile,v 1.42 2010/06/06 11:27:47 kwm Exp $ -# PORTNAME= hamster-applet PORTVERSION= 2.32.1 @@ -22,8 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_PYTHON= yes USE_XORG= xscrnsaver USE_GNOME= gnomeprefix intlhack gnomehack pygnomedesktop \ diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile index 33e5b6ebe494..e5de08816dc0 100644 --- a/deskutils/nautilus-sendto/Makefile +++ b/deskutils/nautilus-sendto/Makefile @@ -15,8 +15,7 @@ MAN1= nautilus-sendto.1 GLIB_SCHEMAS= org.gnome.Nautilus.Sendto.gschema.xml USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= intlhack gnomeprefix nautilus2 gnomehack evolutiondataserver CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -- cgit