diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-08 16:44:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-08 16:44:57 +0800 |
commit | d165f2aed5d47c110d3c134af4585ba998f98740 (patch) | |
tree | 7ffa81d79c950f323495407575b2fda05963d380 /deskutils | |
parent | 3e0cad8e59e26e76c73e69c35b782bf5ac757b1b (diff) | |
download | freebsd-ports-gnome-d165f2aed5d47c110d3c134af4585ba998f98740.tar.gz freebsd-ports-gnome-d165f2aed5d47c110d3c134af4585ba998f98740.tar.zst freebsd-ports-gnome-d165f2aed5d47c110d3c134af4585ba998f98740.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/akamaru/Makefile | 8 | ||||
-rw-r--r-- | deskutils/easystroke/Makefile | 3 | ||||
-rw-r--r-- | deskutils/fusenshi/Makefile | 7 | ||||
-rw-r--r-- | deskutils/gimmie/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gkrellm-reminder2/Makefile | 7 | ||||
-rw-r--r-- | deskutils/glipper/Makefile | 3 |
6 files changed, 9 insertions, 21 deletions
diff --git a/deskutils/akamaru/Makefile b/deskutils/akamaru/Makefile index 395e2ceb6379..ab7324f5ba88 100644 --- a/deskutils/akamaru/Makefile +++ b/deskutils/akamaru/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: akamaru -# Date created: 2006 10 10 -# Whom: Phillip Neumann <pneumann@gmail.com> -# +# Created by: Phillip Neumann <pneumann@gmail.com> # $FreeBSD$ -# PORTNAME= akamaru PORTVERSION= 0.1 @@ -19,7 +15,7 @@ BUILD_DEPENDS= gtk-demo:${PORTSDIR}/x11-toolkits/gtk20 RUN_DEPENDS= gtk-demo:${PORTSDIR}/x11-toolkits/gtk20 \ xcompmgr:${PORTSDIR}/x11-wm/xcompmgr -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gconf2 gnomehier GCONF_SCHEMAS= kiba.schemas diff --git a/deskutils/easystroke/Makefile b/deskutils/easystroke/Makefile index 9e600f6e0b76..7bbf3ec278ac 100644 --- a/deskutils/easystroke/Makefile +++ b/deskutils/easystroke/Makefile @@ -21,8 +21,7 @@ MAN1= easystroke.1 USE_GCC= any USE_XORG= x11 xtst -USE_GMAKE= yes -USES+= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS diff --git a/deskutils/fusenshi/Makefile b/deskutils/fusenshi/Makefile index 4e5c8c2f2345..eab53ba3d51a 100644 --- a/deskutils/fusenshi/Makefile +++ b/deskutils/fusenshi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fusenshi -# Date created: 30 March 2004 -# Whom: Masanori OZAWA (ozawa@ongs.co.jp) -# +# Created by: Masanori OZAWA (ozawa@ongs.co.jp) # $FreeBSD$ -# PORTNAME= fusenshi PORTVERSION= 0.9.0 @@ -18,6 +14,7 @@ COMMENT= A Post-it(R) like application with network support LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ gtksourceview-1.0:${PORTSDIR}/x11-toolkits/gtksourceview +USES= pkgconfig USE_GNOME= libxml2 MAKE_JOBS_UNSAFE= yes diff --git a/deskutils/gimmie/Makefile b/deskutils/gimmie/Makefile index 78f16b958d52..218f32676715 100644 --- a/deskutils/gimmie/Makefile +++ b/deskutils/gimmie/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libgnomecups-1.0.a:${PORTSDIR}/print/libgnomecup ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus USE_GNOME= gnomehack gnomeprefix pygnome2 pygnomedesktop pygnomeextras -USE_GMAKE= yes +USES= gmake pkgconfig USE_PYTHON= yes GCONF_SCHEMAS= gimmie.schemas INSTALLS_ICONS= yes diff --git a/deskutils/gkrellm-reminder2/Makefile b/deskutils/gkrellm-reminder2/Makefile index 44e472396f09..adc2197d45fa 100644 --- a/deskutils/gkrellm-reminder2/Makefile +++ b/deskutils/gkrellm-reminder2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-reminder2 -# Date Created: Tue Apr 27 11:55:02 CEST 2004 -# Whom: Tobias Roth <ports@fsck.ch> -# +# Created by: Tobias Roth <ports@fsck.ch> # $FreeBSD$ -# PORTNAME= reminder PORTVERSION= 2.0.0 @@ -20,6 +16,7 @@ COMMENT= GKrellM2 plugin that reminds you of important events BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig USE_GNOME= gtk20 PLIST_FILES= libexec/gkrellm2/plugins/reminder.so diff --git a/deskutils/glipper/Makefile b/deskutils/glipper/Makefile index 2efb106181b9..61eaf2f9752e 100644 --- a/deskutils/glipper/Makefile +++ b/deskutils/glipper/Makefile @@ -11,8 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Clipboard manager for the GNOME panel USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext iconv +USES= gettext gmake iconv pathfix pkgconfig USE_GNOME= gnomeprefix intltool pygnomedesktop pygnomeextras USE_PYTHON= 2.5+ INSTALLS_ICONS= yes |