diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-06 04:54:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-06 04:54:26 +0800 |
commit | 7cd9ffd957f2c08983b48b69417821ecc153b2fa (patch) | |
tree | 2f76ee42f74b26165f8a152ac15f848a1726b11c /games/scummvm | |
parent | 610e75c7937f4f4bc741377ab529c9ba19b3305b (diff) | |
download | freebsd-ports-gnome-7cd9ffd957f2c08983b48b69417821ecc153b2fa.tar.gz freebsd-ports-gnome-7cd9ffd957f2c08983b48b69417821ecc153b2fa.tar.zst freebsd-ports-gnome-7cd9ffd957f2c08983b48b69417821ecc153b2fa.zip |
- Chase audio/fluidsynth shlib bump
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 |