diff options
Diffstat (limited to 'deskutils/gnome-tweak-tool/Makefile')
-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> |