diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-21 16:23:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-21 16:23:17 +0000 |
commit | b8368cf7ed0d644f8b7afbfa2317ca634ee8967e (patch) | |
tree | 0a5a0f1163fc5b8411637cd86a5d1c54f84ae261 /deskutils | |
parent | e28e7a8885b61fae58a3788f21b5f6db75255612 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-tweak-tool/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/gnome-tweak-tool/Makefile b/deskutils/gnome-tweak-tool/Makefile index 0b574689e6ab..16fcd39181d7 100644 --- a/deskutils/gnome-tweak-tool/Makefile +++ b/deskutils/gnome-tweak-tool/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-tweak-tool PORTVERSION= 3.18.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME @@ -14,11 +15,13 @@ RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas PORTSCOUT= limitw:1,even -USES= gettext gmake gnome pathfix pkgconfig python:2 tar:xz +USES= gettext gmake gnome pathfix pkgconfig python:2 \ + shebangfix tar:xz USE_GNOME= gtk30 pygobject3 intlhack GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +SHEBANG_FILES= gnome-tweak-tool .include <bsd.port.mk> |