diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-03-02 00:41:13 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-03-02 00:41:13 +0800 |
commit | cd06f7ccc0476ccb311cbda9cd09f793642e5f5f (patch) | |
tree | c8dfbd14b69b3819597d91d3900424d1861c9d0f /games/wyrmgus/Makefile | |
parent | 349d37dc4659c688f90b8162ff2734db953a9690 (diff) | |
download | freebsd-ports-gnome-cd06f7ccc0476ccb311cbda9cd09f793642e5f5f.tar.gz freebsd-ports-gnome-cd06f7ccc0476ccb311cbda9cd09f793642e5f5f.tar.zst freebsd-ports-gnome-cd06f7ccc0476ccb311cbda9cd09f793642e5f5f.zip |
Add FLUIDSYNTH option generic description, and remove ad-hoc setting in
ports where it is applicable (alongside with other shared descriptions).
Diffstat (limited to 'games/wyrmgus/Makefile')
-rw-r--r-- | games/wyrmgus/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/wyrmgus/Makefile b/games/wyrmgus/Makefile index 7efb5116e9ca..5bfba9acc086 100644 --- a/games/wyrmgus/Makefile +++ b/games/wyrmgus/Makefile @@ -58,7 +58,6 @@ X11_USE= XORG=x11 X11_CMAKE_ON= -DWITH_X11:BOOL=ON X11_CMAKE_OFF= -DWITH_X11:BOOL=OFF -FLUIDSYNTH_DESC= FluidSynth sound library support FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:${PORTSDIR}/audio/fluidsynth FLUIDSYNTH_CMAKE_ON= -DWITH_FLUIDSYNTH:BOOL=ON FLUIDSYNTH_CMAKE_OFF= -DWITH_FLUIDSYNTH:BOOL=OFF |