aboutsummaryrefslogtreecommitdiff
path: root/games/meandmyshadow
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-07 12:39:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-07 12:39:23 +0000
commit1a3ec45b7bdf1bc1f0291acd89cf7fe42b02691c (patch)
tree7d3f1c66dd98c83e767fe7218b16d4f3a1218a8b /games/meandmyshadow
parentf0a121e8c48bb0b7fdb3800e485fa032fbc086dc (diff)
downloadports-1a3ec45b7bdf1bc1f0291acd89cf7fe42b02691c.tar.gz
ports-1a3ec45b7bdf1bc1f0291acd89cf7fe42b02691c.zip
- Switch to USES=libarchive
Notes
Notes: svn path=/head/; revision=398758
Diffstat (limited to 'games/meandmyshadow')
-rw-r--r--games/meandmyshadow/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/meandmyshadow/Makefile b/games/meandmyshadow/Makefile
index d6c5c5370660..d4161338d189 100644
--- a/games/meandmyshadow/Makefile
+++ b/games/meandmyshadow/Makefile
@@ -3,7 +3,7 @@
PORTNAME= meandmyshadow
PORTVERSION= 0.4.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -15,7 +15,7 @@ LICENSE= GPLv3
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
-USES= cmake
+USES= cmake libarchive
USE_SDL= sdl ttf image mixer image gfx
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}