diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-14 19:50:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-14 19:50:35 +0000 |
commit | bf29e2ff715580bd959a697466a672361c876043 (patch) | |
tree | f25d88d387fa8b2000949aeb4ff5aa45c2807e39 /sysutils/system-tools-backends/Makefile | |
parent | 7ba42929fb1e766408c58f7a059d0fe725163813 (diff) | |
download | ports-bf29e2ff715580bd959a697466a672361c876043.tar.gz ports-bf29e2ff715580bd959a697466a672361c876043.zip |
Notes
Diffstat (limited to 'sysutils/system-tools-backends/Makefile')
-rw-r--r-- | sysutils/system-tools-backends/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile index ccbfecb27787..2aa41a3eb53b 100644 --- a/sysutils/system-tools-backends/Makefile +++ b/sysutils/system-tools-backends/Makefile @@ -4,6 +4,7 @@ PORTNAME= system-tools-backends PORTVERSION= 2.10.2 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,7 +17,8 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit RUN_DEPENDS= p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus -USES= gettext-tools gmake pathfix perl5 pkgconfig tar:bzip2 +USES= gettext-tools gmake pathfix perl5 pkgconfig shebangfix tar:bzip2 +SHEBANG_FILES= SystemToolsBackends.pl.in USE_GNOME= intlhack glib20 GNU_CONFIGURE= yes USE_GNOME_SUBR= yes |