diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-01 10:22:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-01 10:22:15 +0000 |
commit | 9cf5355c02e756d923228e0bc63530c687b8fdc7 (patch) | |
tree | 113dad6385645a5aa28c7199718ca98744f5fcb2 /sysutils/gnome-system-tools | |
parent | 39702aaae9fa51ce1b1ac5313ea46f1953125927 (diff) |
Notes
Diffstat (limited to 'sysutils/gnome-system-tools')
-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 |