aboutsummaryrefslogtreecommitdiff
path: root/audio/zynaddsubfx
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 09:27:56 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 09:27:56 +0000
commit6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346 (patch)
tree51bf65c06dc12d4a0ba505d1d3e664efdd221144 /audio/zynaddsubfx
parentaecf8bd835635e74e1afa0d4e0617875138e47de (diff)
downloadports-6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346.tar.gz
ports-6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346.zip
a-b: Add missing USES={gnome,php,sdl,xorg}
Notes
Notes: svn path=/head/; revision=517040
Diffstat (limited to 'audio/zynaddsubfx')
-rw-r--r--audio/zynaddsubfx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/zynaddsubfx/Makefile b/audio/zynaddsubfx/Makefile
index 5a379ecbd735..a4c45e79aa81 100644
--- a/audio/zynaddsubfx/Makefile
+++ b/audio/zynaddsubfx/Makefile
@@ -48,7 +48,7 @@ GUI_ON= -DGuiModule:STRING=fltk
GUI_CMAKE_OFF= -DGuiModule:STRING=OFF
GUI_USE+= XORG=x11,xext,xfixes,xcursor,xrender,ice,sm,xpm,xinerama,xft
GUI_USE+= GL=gl,glu
-GUI_USES= gl jpeg
+GUI_USES= gl gnome jpeg xorg
OSS_CMAKE_ON= -DOssEnable:BOOL=ON
OSS_CMAKE_OFF= -DOssEnable:BOOL=OFF