Date: Wed, 7 Oct 2015 12:39:24 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398758 - head/games/meandmyshadow Message-ID: <201510071239.t97CdOtn013969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510071239.t97CdOtn013969>