diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
commit | ba924988158be48f52fe628d4fbe1d11f24c3ba4 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /deskutils | |
parent | f0ce14b31f1feae1fbe0f8354dfae3db067a6190 (diff) | |
download | freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.gz freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.zst freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/bmp-docklet/Makefile | 2 | ||||
-rw-r--r-- | deskutils/drivel/Makefile | 2 | ||||
-rw-r--r-- | deskutils/genius/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gtimer/Makefile | 3 | ||||
-rw-r--r-- | deskutils/gtodo/Makefile | 3 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-file/Makefile | 7 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-sunbird/Makefile | 7 | ||||
-rw-r--r-- | deskutils/notification-daemon/Makefile | 3 | ||||
-rw-r--r-- | deskutils/parcellite/Makefile | 2 | ||||
-rw-r--r-- | deskutils/rubrica/Makefile | 3 | ||||
-rw-r--r-- | deskutils/superswitcher/Makefile | 8 | ||||
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 2 |
12 files changed, 15 insertions, 29 deletions
diff --git a/deskutils/bmp-docklet/Makefile b/deskutils/bmp-docklet/Makefile index d4b77542c144..f9290edb0ae1 100644 --- a/deskutils/bmp-docklet/Makefile +++ b/deskutils/bmp-docklet/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player USE_AUTOTOOLS= libtool USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/deskutils/drivel/Makefile b/deskutils/drivel/Makefile index 0a9acb8cb2ee..e9e1ded7d6fa 100644 --- a/deskutils/drivel/Makefile +++ b/deskutils/drivel/Makefile @@ -18,7 +18,7 @@ OPTIONS_DEFAULT= GTKSPELL GTKSPELL_DESC= Enable GtkSpell support USE_BZIP2= yes -USES= desktop-file-utils gettext gmake shared-mime-info +USES= desktop-file-utils gettext gmake shared-mime-info pkgconfig USE_GNOME= gconf2 gnomedocutils gnomevfs2 gtksourceview2 USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-error-on-warning diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 92200cf17c52..b5111dcc8712 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_CSTD= gnu89 USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomevfs2 gtksourceview2 intlhack vte -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/deskutils/gtimer/Makefile b/deskutils/gtimer/Makefile index 720295cdb6fb..37fe191448a0 100644 --- a/deskutils/gtimer/Makefile +++ b/deskutils/gtimer/Makefile @@ -16,8 +16,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils USE_XORG= xscrnsaver USE_GNOME= gtk20 -USES= gettext perl5 -USE_GMAKE= yes +USES= gettext perl5 gmake pkgconfig GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1 diff --git a/deskutils/gtodo/Makefile b/deskutils/gtodo/Makefile index 056be6c66f46..47ee8d1991a2 100644 --- a/deskutils/gtodo/Makefile +++ b/deskutils/gtodo/Makefile @@ -9,8 +9,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= An Gtk2 Todo list manager -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomevfs2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/deskutils/libopensync-plugin-file/Makefile b/deskutils/libopensync-plugin-file/Makefile index b42f7f8d9cb2..d014b9e0d8ce 100644 --- a/deskutils/libopensync-plugin-file/Makefile +++ b/deskutils/libopensync-plugin-file/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-file -# Date created: 6 November 2008 -# Whom: Alex Samorukov <samm@os2.kiev.ua> -# +# Created by: Alex Samorukov <samm@os2.kiev.ua> # $FreeBSD$ -# PORTNAME= libopensync-plugin-file PORTVERSION= 0.22 @@ -15,6 +11,7 @@ COMMENT= File-Sync plugin for the opensync framework LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/deskutils/libopensync-plugin-sunbird/Makefile b/deskutils/libopensync-plugin-sunbird/Makefile index 8e7b8bba3467..4ab0df27703f 100644 --- a/deskutils/libopensync-plugin-sunbird/Makefile +++ b/deskutils/libopensync-plugin-sunbird/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: libopensync-plugin-sunbird -# Date created: 07 October 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ # @@ -17,7 +14,7 @@ COMMENT= Sunbird plugin for the OpenSync framework LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \ neon.27:${PORTSDIR}/www/neon29 - +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index a0d269cec6c1..8da8e41900d9 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -18,8 +18,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix intlhack gtk30 -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_XORG= x11 INSTALLS_ICONS= yes GNU_CONFIGURE= yes diff --git a/deskutils/parcellite/Makefile b/deskutils/parcellite/Makefile index 5c304ecb1cca..3b46c4ba1a11 100644 --- a/deskutils/parcellite/Makefile +++ b/deskutils/parcellite/Makefile @@ -12,7 +12,7 @@ MAINTAINER= jrm@ftfl.ca COMMENT= A lightweight GTK+ clipboard manager GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 .include <bsd.port.options.mk> diff --git a/deskutils/rubrica/Makefile b/deskutils/rubrica/Makefile index 555ae24a8cbc..3e51f5b9788e 100644 --- a/deskutils/rubrica/Makefile +++ b/deskutils/rubrica/Makefile @@ -18,9 +18,8 @@ LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gconf2 gnomeprefix libglade2 -USE_GMAKE= yes USE_AUTOTOOLS= libtool GCONF_SCHEMAS= rubrica2.schemas diff --git a/deskutils/superswitcher/Makefile b/deskutils/superswitcher/Makefile index e01424cece60..f00e962c97fb 100644 --- a/deskutils/superswitcher/Makefile +++ b/deskutils/superswitcher/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: superswitcher -# Date Created: 02 Jan 2006 -# Whom: Remington Lang <MrL0Lz@gmail.com> -# +# Created by: Remington Lang <MrL0Lz@gmail.com> # $FreeBSD$ -# PORTNAME= superswitcher PORTVERSION= 0.6 @@ -18,8 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +USES= gmake pkgconfig USE_GNOME= gconf2 libwnck -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 6a1b910a5717..7336ab81effe 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes USE_GNOME= librsvg2 USE_LDCONFIG= yes |