diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 19:46:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 19:46:00 +0000 |
commit | e2beeaf6df3cb68c4c6bd60621ae104b4da1e766 (patch) | |
tree | 77a9831246f33be448bc25e905b551473efd1ba5 /sysutils/ftwin | |
parent | 8779aae7ddd3d16bf09cb45ed723aca05feccc8a (diff) | |
download | ports-e2beeaf6df3cb68c4c6bd60621ae104b4da1e766.tar.gz ports-e2beeaf6df3cb68c4c6bd60621ae104b4da1e766.zip |
Use USES=libarchive
Notes
Notes:
svn path=/head/; revision=392530
Diffstat (limited to 'sysutils/ftwin')
-rw-r--r-- | sysutils/ftwin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile index 3a76244da067..7522af96a9e3 100644 --- a/sysutils/ftwin/Makefile +++ b/sysutils/ftwin/Makefile @@ -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}/devel/apr1 \ 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 |