diff options
Diffstat (limited to 'sysutils/gnome-system-tools/Makefile')
-rw-r--r-- | sysutils/gnome-system-tools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile index 95286cb4fe45..f836e2df6f90 100644 --- a/sysutils/gnome-system-tools/Makefile +++ b/sysutils/gnome-system-tools/Makefile @@ -15,9 +15,8 @@ COMMENT= Tools to configure workstations LIB_DEPENDS= oobs-1:${PORTSDIR}/devel/liboobs \ polkit-gtk-1:${PORTSDIR}/sysutils/polkit-gnome -USE_BZIP2= yes INSTALLS_ICONS= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GNOME= gnomeprefix intlhack nautilus2 USE_AUTOTOOLS= libtool @@ -28,7 +27,6 @@ LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.system-tools.gschema.xml -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gmodule-export-2.0|gmodule-export-2.0 gthread-2.0|g' \ ${WRKSRC}/configure |