diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-05 20:54:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-05 20:54:26 +0000 |
commit | e014e4c8149f57b3729aeb8b3e38ccac59b78898 (patch) | |
tree | fc7b2045cd493e1deb7146d9bb58641a40283a1c /games/scummvm | |
parent | 766b24019471f987e798827162d038a1c5b21734 (diff) | |
download | ports-e014e4c8149f57b3729aeb8b3e38ccac59b78898.tar.gz ports-e014e4c8149f57b3729aeb8b3e38ccac59b78898.zip |
Notes
Diffstat (limited to 'games/scummvm')
-rw-r--r-- | games/scummvm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 7ed72410eb99..e236f2af4128 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -7,7 +7,7 @@ PORTNAME= scummvm DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games emulators MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION} @@ -78,7 +78,7 @@ CONFIGURE_ARGS+=--disable-flac .endif .if defined(WITH_FLUIDSYNTH) -LIB_DEPENDS+= fluidsynth.2:${PORTSDIR}/audio/fluidsynth +LIB_DEPENDS+= fluidsynth.4:${PORTSDIR}/audio/fluidsynth CONFIGURE_ARGS+=--with-fluidsynth-prefix=${LOCALBASE} .else CONFIGURE_ARGS+=--disable-fluidsynth |