diff options
Diffstat (limited to 'audio/drumpiler/Makefile')
-rw-r--r-- | audio/drumpiler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/drumpiler/Makefile b/audio/drumpiler/Makefile index 9bc2e13e3e13..af59333b6ed0 100644 --- a/audio/drumpiler/Makefile +++ b/audio/drumpiler/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Drum machine compiler USE_REINPLACE= yes -USE_SDL= yes +USE_SDL= sdl CFLAGS+= `${SDL_CONFIG} --cflags` LIBS+= `${SDL_CONFIG} --libs` PLIST_FILES= bin/drumpiler |