diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /games/ufoai | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Notes
Diffstat (limited to 'games/ufoai')
-rw-r--r-- | games/ufoai/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index 0d435717b192..00b7e9d717b9 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -7,6 +7,7 @@ PORTNAME= ufoai PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSION} DISTNAME= ${PORTNAME:S/$/-/}${PORTVERSION}-source @@ -24,7 +25,7 @@ LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ xvidcore.4:${PORTSDIR}/multimedia/xvid RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/base/default.cfg:${PORTSDIR}/games/ufoai-data -USE_AUTOTOOLS= aclocal:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 autoconf:267 USE_BZIP2= yes USE_GL= yes USE_SDL= sdl image mixer ttf |