diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 07:59:15 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 07:59:15 +0000 |
commit | 73969bbf7997cd2e8f7c0690cd27430068ffdc5d (patch) | |
tree | 4d307b471693ec4b275c79f06f7f888397796316 /archivers/xarchiver | |
parent | 060db7b1f8a1baebf5e7d6b33843990a6fe38a41 (diff) | |
download | ports-73969bbf7997cd2e8f7c0690cd27430068ffdc5d.tar.gz ports-73969bbf7997cd2e8f7c0690cd27430068ffdc5d.zip |
Notes
Diffstat (limited to 'archivers/xarchiver')
-rw-r--r-- | archivers/xarchiver/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/xarchiver/Makefile b/archivers/xarchiver/Makefile index e7944b14f457..c63720235cff 100644 --- a/archivers/xarchiver/Makefile +++ b/archivers/xarchiver/Makefile @@ -16,8 +16,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ 7zr:${PORTSDIR}/archivers/p7zip \ zip:${PORTSDIR}/archivers/zip -USES= gmake pkgconfig desktop-file-utils -USE_BZIP2= yes +USES= tar:bzip2 gmake pkgconfig desktop-file-utils USE_GNOME= glib20 gtk20 intltool GNU_CONFIGURE= yes INSTALLS_ICONS= yes |