aboutsummaryrefslogtreecommitdiff
path: root/audio/drumpiler
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/drumpiler
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/drumpiler')
-rw-r--r--audio/drumpiler/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/drumpiler/Makefile b/audio/drumpiler/Makefile
index bda7e8e1d0d7..721ca3e9f8cf 100644
--- a/audio/drumpiler/Makefile
+++ b/audio/drumpiler/Makefile
@@ -10,6 +10,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Drum machine compiler
+USES= sdl
USE_SDL= sdl
CFLAGS+= `${SDL_CONFIG} --cflags` -Wno-return-type
LIBS+= `${SDL_CONFIG} --libs`