summaryrefslogtreecommitdiff
path: root/graphics/xmms-infinity
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-08-05 21:25:43 +0000
committerPatrick Li <pat@FreeBSD.org>2002-08-05 21:25:43 +0000
commitb666353ff4ac4b15dcabac4de2d70d23877e0181 (patch)
treee1893656387d149c784ec1bffcc118be255e4791 /graphics/xmms-infinity
parentUpdate to 3.00 (diff)
- PERL -> REINPLACE_CMD
- Fix xmms dependency not registering PR: ports/41098 Submitted by: Adam Weinberger <adam@vectors.cx> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=64067
Diffstat (limited to 'graphics/xmms-infinity')
-rw-r--r--graphics/xmms-infinity/Makefile9
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>