diff options
Diffstat (limited to 'deskutils/gnome-tweak-tool/Makefile')
-rw-r--r-- | deskutils/gnome-tweak-tool/Makefile | 8 |
1 files changed, 3 insertions, 5 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 |