diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-03 05:14:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-03 05:14:35 +0000 |
commit | 179697185db80e426e28ad40d6d8ff6c2b143872 (patch) | |
tree | 1d93c88edb7b001cd163c05bf6a97f1ad07856e3 /audio/drumpiler | |
parent | f0042b318fc95e42fd6cbdddf7718824cbe71d27 (diff) |
Notes
Diffstat (limited to 'audio/drumpiler')
-rw-r--r-- | audio/drumpiler/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/drumpiler/Makefile b/audio/drumpiler/Makefile index 25f9ff6c10be..a14c6406efd1 100644 --- a/audio/drumpiler/Makefile +++ b/audio/drumpiler/Makefile @@ -16,7 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Drum machine compiler -USE_REINPLACE= yes USE_SDL= sdl CFLAGS+= `${SDL_CONFIG} --cflags` LIBS+= `${SDL_CONFIG} --libs` |