diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-01 17:40:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-01 17:40:41 +0800 |
commit | c476bea7995623e425b5d8242d73951cc75499a4 (patch) | |
tree | 1a801f161f1fcff020e453b5a19a6fb1b57d5adb /sysutils | |
parent | 28281e56bd1e51e5c75d273c5961cd547c87d441 (diff) | |
download | freebsd-ports-gnome-c476bea7995623e425b5d8242d73951cc75499a4.tar.gz freebsd-ports-gnome-c476bea7995623e425b5d8242d73951cc75499a4.tar.zst freebsd-ports-gnome-c476bea7995623e425b5d8242d73951cc75499a4.zip |
- Stage support
- Convert USE_BZIP2 to USES
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/system-tools-backends/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile index ec108cdcea2f..7a2e38074447 100644 --- a/sysutils/system-tools-backends/Makefile +++ b/sysutils/system-tools-backends/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit RUN_DEPENDS= p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus -USE_BZIP2= yes -USES= gmake perl5 pkgconfig +USES= gmake perl5 pkgconfig tar:bzip2 USE_GNOME= gnomehack intlhack glib20 GNU_CONFIGURE= yes USE_GNOME_SUBR= yes @@ -27,7 +26,6 @@ CONFIGURE_ARGS= --with-stb-group=wheel \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e 's|@GETTEXT_PACKAGE@|system-tools-backends|g' \ ${WRKSRC}/po/Makefile |