svn commit: r398758 - head/games/meandmyshadow

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 7 12:39:25 UTC 2015


Author: amdmi3
Date: Wed Oct  7 12:39:23 2015
New Revision: 398758
URL: https://svnweb.freebsd.org/changeset/ports/398758

Log:
  - Switch to USES=libarchive

Modified:
  head/games/meandmyshadow/Makefile

Modified: head/games/meandmyshadow/Makefile
==============================================================================
--- head/games/meandmyshadow/Makefile	Wed Oct  7 12:22:33 2015	(r398757)
+++ head/games/meandmyshadow/Makefile	Wed Oct  7 12:39:23 2015	(r398758)
@@ -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}


More information about the svn-ports-all mailing list