svn commit: r328910 - head/games/ufoai

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Tue Oct 1 00:06:54 UTC 2013


Author: acm
Date: Tue Oct  1 00:06:54 2013
New Revision: 328910
URL: http://svnweb.freebsd.org/changeset/ports/328910

Log:
  - Add missing dependency
  - Bump PORTREVISION
  
  PR:		181685
  Submitted by:	Ken Moore <ken _ at __ pcbsd.org>

Modified:
  head/games/ufoai/Makefile

Modified: head/games/ufoai/Makefile
==============================================================================
--- head/games/ufoai/Makefile	Tue Oct  1 00:03:57 2013	(r328909)
+++ head/games/ufoai/Makefile	Tue Oct  1 00:06:54 2013	(r328910)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ufoai
 PORTVERSION=	2.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSION}
 DISTNAME=	${PORTNAME:S/$/-/}${PORTVERSION}-source
@@ -18,7 +18,8 @@ LIB_DEPENDS=	vorbis:${PORTSDIR}/audio/li
 		curl:${PORTSDIR}/ftp/curl \
 		execinfo:${PORTSDIR}/devel/libexecinfo \
 		theora.0:${PORTSDIR}/multimedia/libtheora \
-		xvidcore.4:${PORTSDIR}/multimedia/xvid
+		xvidcore.4:${PORTSDIR}/multimedia/xvid \
+		mxml:${PORTSDIR}/textproc/mxml
 BUILD_DEPENDS=	${LOCALBASE}/include/mxml.h:${PORTSDIR}/textproc/mxml
 RUN_DEPENDS=	${LOCALBASE}/share/${PORTNAME}/base/default.cfg:${PORTSDIR}/games/ufoai-data
 


More information about the svn-ports-head mailing list