svn commit: r392530 - head/sysutils/ftwin

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 19 19:46:01 UTC 2015


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


More information about the svn-ports-head mailing list