diff options
Diffstat (limited to 'graphics/xmms-nebulus/Makefile')
-rw-r--r-- | graphics/xmms-nebulus/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/graphics/xmms-nebulus/Makefile b/graphics/xmms-nebulus/Makefile index c7f1394dce9a..aefb393457eb 100644 --- a/graphics/xmms-nebulus/Makefile +++ b/graphics/xmms-nebulus/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-nebulus PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://nebulus.tuxfamily.org/ @@ -28,16 +28,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" post-patch: - @${REINPLACE_CMD} -E -e \ - 's|SDL/SDL.h|SDL11/SDL.h|; \ - s|SDL/SDL_opengl.h|SDL11/SDL_opengl.h|; \ - s|SDL/SDL_thread.h|SDL11/SDL_thread.h|' \ - ${WRKSRC}/src/nebulus.h \ - ${WRKSRC}/src/nebulus.c \ - ${WRKSRC}/src/face_data.c \ - ${WRKSRC}/src/child_data.c \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ 's|-Wall||' \ ${WRKSRC}/src/Makefile.in |