diff options
Diffstat (limited to 'audio/drumpiler')
-rw-r--r-- | audio/drumpiler/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/drumpiler/Makefile b/audio/drumpiler/Makefile index a14c6406efd1..b4af194e5848 100644 --- a/audio/drumpiler/Makefile +++ b/audio/drumpiler/Makefile @@ -8,7 +8,7 @@ PORTNAME= drumpiler PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,9 +21,6 @@ CFLAGS+= `${SDL_CONFIG} --cflags` LIBS+= `${SDL_CONFIG} --libs` PLIST_FILES= bin/drumpiler -post-patch: - @${REINPLACE_CMD} -e "s|SDL.h|SDL11/SDL.h|" ${WRKSRC}/drumpiler.c - do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -DUSESDL -o drumpiler drumpiler.c ${LIBS} |