Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2015 19:46:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392530 - head/sysutils/ftwin
Message-ID:  <201507191946.t6JJk1wd037870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jul 19 19:46:00 2015
New Revision: 392530
URL: https://svnweb.freebsd.org/changeset/ports/392530

Log:
  Use USES=libarchive

Modified:
  head/sysutils/ftwin/Makefile

Modified: head/sysutils/ftwin/Makefile
==============================================================================
--- head/sysutils/ftwin/Makefile	Sun Jul 19 19:34:12 2015	(r392529)
+++ head/sysutils/ftwin/Makefile	Sun Jul 19 19:46:00 2015	(r392530)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ftwin
 PORTVERSION=	0.8.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://files.etoilebsd.net/ftwin/ \
 		http://download.meroware.org/ftwin/
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libapr-1.so:${PORTSDIR}/dev
 		libpcre.so:${PORTSDIR}/devel/pcre \
 		libpuzzle.so:${PORTSDIR}/graphics/libpuzzle
 
-USES=		autoreconf tar:bzip2
+USES=		autoreconf libarchive tar:bzip2
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include



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