diff options
Diffstat (limited to 'audio/drumpiler/Makefile')
-rw-r--r-- | audio/drumpiler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/drumpiler/Makefile b/audio/drumpiler/Makefile index ac0fc7f07192..d1b400a17097 100644 --- a/audio/drumpiler/Makefile +++ b/audio/drumpiler/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Drum machine compiler +NO_STAGE= yes USE_SDL= sdl CFLAGS+= `${SDL_CONFIG} --cflags` -Wno-return-type LIBS+= `${SDL_CONFIG} --libs` |