diff options
author | acm <acm@FreeBSD.org> | 2013-10-01 08:06:54 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2013-10-01 08:06:54 +0800 |
commit | 2c9dbf715e69dc24f8f0921ecbdd70c3dc9b02cd (patch) | |
tree | d90f9e2cdecc50bfb843ed25526742864b2a82f9 /games/ufoai | |
parent | 2f35408352b7cd2bdb788c9afcb1ce5798eed3a8 (diff) | |
download | freebsd-ports-gnome-2c9dbf715e69dc24f8f0921ecbdd70c3dc9b02cd.tar.gz freebsd-ports-gnome-2c9dbf715e69dc24f8f0921ecbdd70c3dc9b02cd.tar.zst freebsd-ports-gnome-2c9dbf715e69dc24f8f0921ecbdd70c3dc9b02cd.zip |
- Add missing dependency
- Bump PORTREVISION
PR: 181685
Submitted by: Ken Moore <ken _ at __ pcbsd.org>
Diffstat (limited to 'games/ufoai')
-rw-r--r-- | games/ufoai/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index dc53378b879e..ce3c8926501a 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -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/libvorbis \ 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 |