diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-07 20:39:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-07 20:39:23 +0800 |
commit | 984215934c1639da3b276899ec10bdbfca1f0969 (patch) | |
tree | 7d3f1c66dd98c83e767fe7218b16d4f3a1218a8b /games | |
parent | fdb360cd6406ab4f05d64efeb923fbde861cfa3f (diff) | |
download | freebsd-ports-gnome-984215934c1639da3b276899ec10bdbfca1f0969.tar.gz freebsd-ports-gnome-984215934c1639da3b276899ec10bdbfca1f0969.tar.zst freebsd-ports-gnome-984215934c1639da3b276899ec10bdbfca1f0969.zip |
- Switch to USES=libarchive
Diffstat (limited to 'games')
-rw-r--r-- | games/meandmyshadow/Makefile | 4 |
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} |