diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-08-05 21:25:43 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-08-05 21:25:43 +0000 |
commit | b666353ff4ac4b15dcabac4de2d70d23877e0181 (patch) | |
tree | e1893656387d149c784ec1bffcc118be255e4791 /graphics/xmms-infinity | |
parent | 9e94fd69ef2d234fbe676b1a664993a097d0f151 (diff) |
Notes
Diffstat (limited to 'graphics/xmms-infinity')
-rw-r--r-- | graphics/xmms-infinity/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/xmms-infinity/Makefile b/graphics/xmms-infinity/Makefile index 1902f6386702..1ef96bda7b0e 100644 --- a/graphics/xmms-infinity/Makefile +++ b/graphics/xmms-infinity/Makefile @@ -13,8 +13,8 @@ DISTNAME= infinity-${PORTVERSION} MAINTAINER= dyeske@yahoo.com -LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms -LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms \ + SDL-1.1.4:${PORTSDIR}/devel/sdl12 RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config @@ -22,12 +22,13 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" GNU_CONFIGURE= yes +USE_REINPLACE= yes USE_GMAKE= yes USE_GTK= yes USE_X_PREFIX= yes pre-patch: - @${PERL} -pi -e 's|SDL/|SDL11/|g;' \ - ${WRKSRC}/*.[ch] ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' ${WRKSRC}/*.[ch] \ + ${WRKSRC}/configure .include <bsd.port.mk> |