Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 13:45:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395833 - head/deskutils/gnome-epub-thumbnailer
Message-ID:  <201509021345.t82DjVuf027311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  2 13:45:30 2015
New Revision: 395833
URL: https://svnweb.freebsd.org/changeset/ports/395833

Log:
  - Switch to USES=libarchive as suggested by stage-qa
  
  Approved by:	portmgr blanket

Modified:
  head/deskutils/gnome-epub-thumbnailer/Makefile

Modified: head/deskutils/gnome-epub-thumbnailer/Makefile
==============================================================================
--- head/deskutils/gnome-epub-thumbnailer/Makefile	Wed Sep  2 13:32:16 2015	(r395832)
+++ head/deskutils/gnome-epub-thumbnailer/Makefile	Wed Sep  2 13:45:30 2015	(r395833)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnome-epub-thumbnailer
 PORTVERSION=	1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	https://git.gnome.org/browse/gnome-epub-thumbnailer/snapshot/
 DIST_SUBDIR=	gnome3
@@ -13,7 +13,7 @@ COMMENT=	Thumbnailer for EPub and MOBI b
 
 BUILD_DEPENDS=	gnome-autogen.sh:${PORTSDIR}/devel/gnome-common
 
-USES=		autoreconf:build gettext gmake libtool pathfix pkgconfig
+USES=		autoreconf:build gettext gmake libarchive libtool pathfix pkgconfig
 USE_GNOME=	gdkpixbuf2 gnomedesktop3 gnomeprefix gtk30 \
 		intlhack libxml2
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509021345.t82DjVuf027311>