diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 03:19:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 03:19:29 +0000 |
commit | 729d9d232f2d99318b1c393e60fa5acadf5587b3 (patch) | |
tree | 587d15de621adfc5fa93e4c481b8470e04053dc3 /games/gemrb | |
parent | 42b70968f967f81a86153683471600406da01615 (diff) | |
download | ports-729d9d232f2d99318b1c393e60fa5acadf5587b3.tar.gz ports-729d9d232f2d99318b1c393e60fa5acadf5587b3.zip |
Notes
Diffstat (limited to 'games/gemrb')
-rw-r--r-- | games/gemrb/Makefile | 9 | ||||
-rw-r--r-- | games/gemrb/distinfo | 1 |
2 files changed, 3 insertions, 7 deletions
diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index e544adc0b538..33c5e4e4ef6f 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -7,6 +7,7 @@ PORTNAME= gemrb PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= games emulators MASTER_SITES= SF/${PORTNAME}/GemRB%20Sources/GemRB%20${PORTVERSION}%20Sources @@ -14,7 +15,7 @@ MAINTAINER= beyert@cs.ucr.edu COMMENT= GemRB (Game engine made with preRendered Background) LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - vorbis.4:${PORTSDIR}/audio/libvorbis + vorbis.4:${PORTSDIR}/audio/libvorbis LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -23,7 +24,7 @@ USE_CMAKE= yes USE_SDL= sdl mixer USE_OPENAL= al alut USE_LDCONFIG= yes -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include CMAKE_C_FLAGS= ${CFLAGS} CMAKE_ARGS= -DDOC_DIR="${LOCALBASE}/share/doc/gemrb" -DMAN_DIR="${LOCALBASE}/man/man6" -DDISABLE_WERROR=1 @@ -32,10 +33,6 @@ MAN6= gemrb.6 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.X -.endif - post-patch: .if defined(NOPORTDOCS) EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-noportdocs-* diff --git a/games/gemrb/distinfo b/games/gemrb/distinfo index 9fda8e756ebb..b34f70d2088f 100644 --- a/games/gemrb/distinfo +++ b/games/gemrb/distinfo @@ -1,3 +1,2 @@ -MD5 (gemrb-0.6.2.tar.gz) = e1c582a8ac29e364cca1cabc8657ad87 SHA256 (gemrb-0.6.2.tar.gz) = 68344f290c015feeba0671da647d6b7541f090dd876622ec1f5d8d07b1e6f927 SIZE (gemrb-0.6.2.tar.gz) = 1726415 |