diff options
-rw-r--r-- | games/scummvm/Makefile | 9 | ||||
-rw-r--r-- | games/scummvm/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 110799839212..b053d4edf82d 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scummvm -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.2 CATEGORIES= games emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,10 +15,9 @@ MAINTAINER= freebsd.alex@trull.org COMMENT= Graphical Adventure Game Virtual Machine USE_BZIP2= yes -USE_GCC= 3.3+ +#USE_GCC= 3.3+ USE_GMAKE= yes HAS_CONFIGURE= yes -USE_REINPLACE= yes USE_SDL= sdl CONFIGURE_ARGS=--with-sdl-prefix=${LOCALBASE} \ @@ -36,12 +35,12 @@ MAN6= scummvm.6 PORTDOCS= NEWS README TODO PLIST_FILES= bin/scummvm +.include <bsd.port.pre.mk> + .if defined(WITH_MPEG2) WITH_VORBIS= yes .endif -.include <bsd.port.pre.mk> - .if defined(WITH_VORBIS) LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg \ vorbis.3:${PORTSDIR}/audio/libvorbis diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index 9473f530fe00..b744f045d8df 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,3 +1,3 @@ -MD5 (scummvm-0.8.0.tar.bz2) = 56bfbcfbe5adde42a2a9e3d6dc3d9068 -SHA256 (scummvm-0.8.0.tar.bz2) = ba1607691f0859974543b3d3759edf21860415f2c9d2bc4bdf1639a28f88a1a2 -SIZE (scummvm-0.8.0.tar.bz2) = 2654730 +MD5 (scummvm-0.8.2.tar.bz2) = 60c6977add285175c1133a3017512ce7 +SHA256 (scummvm-0.8.2.tar.bz2) = 3877a7a4f9376c3ce4c014972c58f129bb8285c8241d193b0aec37b52a81d517 +SIZE (scummvm-0.8.2.tar.bz2) = 2698022 |