diff options
author | erwin <erwin@FreeBSD.org> | 2006-04-25 19:15:17 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-04-25 19:15:17 +0800 |
commit | 9fe2d6e94403e1a90f6909d35140e77ff9180ba0 (patch) | |
tree | 7987d713f4649928ef29172103b24414872faf47 /games/scummvm/Makefile | |
parent | 8e54b9057dffc68935a1d13236f3f201c322212d (diff) | |
download | freebsd-ports-gnome-9fe2d6e94403e1a90f6909d35140e77ff9180ba0.tar.gz freebsd-ports-gnome-9fe2d6e94403e1a90f6909d35140e77ff9180ba0.tar.zst freebsd-ports-gnome-9fe2d6e94403e1a90f6909d35140e77ff9180ba0.zip |
Update to 0.8.2
PR: 96231
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer
Diffstat (limited to 'games/scummvm/Makefile')
-rw-r--r-- | games/scummvm/Makefile | 9 |
1 files changed, 4 insertions, 5 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 |