svn commit: r348950 - head/games/asc

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 12:18:15 UTC 2014


Author: bapt
Date: Mon Mar 24 12:18:14 2014
New Revision: 348950
URL: http://svnweb.freebsd.org/changeset/ports/348950
QAT: https://qat.redports.org/buildarchive/r348950/

Log:
  Switch to wx 3.0

Modified:
  head/games/asc/Makefile

Modified: head/games/asc/Makefile
==============================================================================
--- head/games/asc/Makefile	Mon Mar 24 12:18:04 2014	(r348949)
+++ head/games/asc/Makefile	Mon Mar 24 12:18:14 2014	(r348950)
@@ -3,7 +3,7 @@
 
 PORTNAME=	asc
 PORTVERSION=	2.6.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}-hq/ASC%20Source/${PORTVERSION:R} \
 		http://www.asc-hq.org/music/:music
@@ -27,10 +27,10 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 OPTIONS_DEFINE=	MUSIC XVID
 MUSIC_DESC=	Install extra music files
 
-USE_BZIP2=	yes
-USES=		gmake perl5 pkgconfig
+USES=		gmake perl5 pkgconfig tar:bzip2
 USE_SDL=	image mixer sound sdl
-USE_WX=		2.4+
+USE_WX=		3.0
+WX_UNICODE=	yes
 WX_CONF_ARGS=	absolute
 USE_LUA=	5.1
 LUA_COMPS=	lua


More information about the svn-ports-head mailing list