svn commit: r395331 - head/emulators/dgen-sdl

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 26 02:43:41 UTC 2015


Author: amdmi3
Date: Wed Aug 26 02:43:40 2015
New Revision: 395331
URL: https://svnweb.freebsd.org/changeset/ports/395331

Log:
  - Switch to USES=libarchive as suggested by stage-qa
  
  Approved by:	portmgr blanket

Modified:
  head/emulators/dgen-sdl/Makefile

Modified: head/emulators/dgen-sdl/Makefile
==============================================================================
--- head/emulators/dgen-sdl/Makefile	Wed Aug 26 02:00:41 2015	(r395330)
+++ head/emulators/dgen-sdl/Makefile	Wed Aug 26 02:43:40 2015	(r395331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dgen-sdl
 PORTVERSION=	1.33
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	SF/dgen/dgen/${PORTVERSION}
 
@@ -12,7 +12,7 @@ COMMENT=	Wonderful Sega Genesis/MegaDriv
 
 USE_SDL=	sdl
 USE_GL=		yes
-USES=		gmake
+USES=		gmake libarchive
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/dgen \


More information about the svn-ports-all mailing list