diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 17:27:56 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 17:27:56 +0800 |
commit | 6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346 (patch) | |
tree | 51bf65c06dc12d4a0ba505d1d3e664efdd221144 /audio/whysynth | |
parent | aecf8bd835635e74e1afa0d4e0617875138e47de (diff) | |
download | freebsd-ports-gnome-6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346.tar.gz freebsd-ports-gnome-6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346.tar.zst freebsd-ports-gnome-6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346.zip |
a-b: Add missing USES={gnome,php,sdl,xorg}
Diffstat (limited to 'audio/whysynth')
-rw-r--r-- | audio/whysynth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile index b0bb45296e55..4650d426b872 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float -USES= gmake pkgconfig tar:bzip2 libtool +USES= gmake gnome libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 |