diff options
-rw-r--r-- | deskutils/gnome-tweak-tool/Makefile | 8 | ||||
-rw-r--r-- | x11/gnome3/Makefile | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/deskutils/gnome-tweak-tool/Makefile b/deskutils/gnome-tweak-tool/Makefile index e1c3a684a..eaf485103 100644 --- a/deskutils/gnome-tweak-tool/Makefile +++ b/deskutils/gnome-tweak-tool/Makefile @@ -1,6 +1,6 @@ # Created by: Jeremy Messenger <mezz@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/deskutils/gnome-tweak-tool/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gnome-tweak-tool PORTVERSION= 3.6.1 @@ -11,14 +11,12 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Allows to tweak some hidden settings in GTK3 / GNOME3 BUILD_DEPENDS= gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas -RUN_DEPENDS= gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas \ - gnome-shell:${PORTSDIR}/x11/gnome-shell +RUN_DEPENDS= gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas USE_XZ= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gconf2 pygobject3 USE_PYTHON= yes -USES= gettext pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index 7217ac4ba..3bee1cfe5 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/x11/gnome3/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gnome3 PORTVERSION= 3.6.2 @@ -25,6 +25,7 @@ RUN_DEPENDS?= gnome-panel>=3.0.0:${PORTSDIR}/x11/gnome-panel3 \ gnome-power-manager>=3.0.0:${PORTSDIR}/sysutils/gnome-power-manager3 \ orca>=3.0.0:${PORTSDIR}/accessibility/orca3 \ gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ + gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool \ nautilus>=3.0.0:${PORTSDIR}/x11-fm/nautilus3 \ ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ @@ -50,8 +51,7 @@ MAPI_DESC= Depend on evolution-mapi (pulls in samba4)" off .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSHELL} -RUN_DEPENDS+= gnome-shell>=3.0.0:${PORTSDIR}/x11/gnome-shell \ - gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool +RUN_DEPENDS+= gnome-shell>=3.0.0:${PORTSDIR}/x11/gnome-shell .endif .if ${.CURDIR:T}!="gnome3-lite" |