diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 14:08:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 14:08:55 +0000 |
commit | 1e60403ddd1823d3609cfd1712c7ff97670fed17 (patch) | |
tree | 30aec4eb86fae53a3d9c973b70c5fb2f5ed11e32 /deskutils | |
parent | dae5d7d8065efe67a9e881af2b850d5e6077cbf1 (diff) | |
download | ports-1e60403ddd1823d3609cfd1712c7ff97670fed17.tar.gz ports-1e60403ddd1823d3609cfd1712c7ff97670fed17.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/alacarte/Makefile | 9 | ||||
-rw-r--r-- | deskutils/deskbar-applet/Makefile | 2 | ||||
-rw-r--r-- | deskutils/hamster-applet/Makefile | 9 | ||||
-rw-r--r-- | deskutils/nautilus-sendto/Makefile | 3 |
4 files changed, 6 insertions, 17 deletions
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 <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $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 |