diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
commit | ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3 (patch) | |
tree | ee68401b2ee3dafe958408cec9cdc338aab8b747 /archivers/xarchiver | |
parent | 55ab98ad28758a878cd5cc3bcceaf8d2ec7fa8ab (diff) | |
download | ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.tar.gz ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.zip |
Notes
Diffstat (limited to 'archivers/xarchiver')
-rw-r--r-- | archivers/xarchiver/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/archivers/xarchiver/Makefile b/archivers/xarchiver/Makefile index ff70f4ef728d..c4caada78f8b 100644 --- a/archivers/xarchiver/Makefile +++ b/archivers/xarchiver/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xarchiver -# Date created: 27 Mart 2008 -# Whom: Andreev Maxim -# +# Created by: Andreev Maxim # $FreeBSD$ -# PORTNAME= xarchiver PORTVERSION= 0.5.2 @@ -16,9 +12,9 @@ COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +USES= gmake pkgconfig desktop-file-utils USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= glib20 gtk20 intltool pkgconfig desktopfileutils +USE_GNOME= glib20 gtk20 intltool GNU_CONFIGURE= yes INSTALLS_ICONS= yes |