diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:22:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:22:14 +0000 |
commit | 31154892b641cd15adf68371929358d08862d264 (patch) | |
tree | 04c60b5eee34ac32bb4e64c7f467d3bf71838892 /audio/ksmp3play | |
parent | 9b646e86c33d57c3d495a4a0218969df75dcbd63 (diff) | |
download | ports-31154892b641cd15adf68371929358d08862d264.tar.gz ports-31154892b641cd15adf68371929358d08862d264.zip |
Notes
Diffstat (limited to 'audio/ksmp3play')
-rw-r--r-- | audio/ksmp3play/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile index a324eacb15c7..5cfa02add7bc 100644 --- a/audio/ksmp3play/Makefile +++ b/audio/ksmp3play/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ smpeg:${PORTSDIR}/graphics/smpeg \ gnugetopt:${PORTSDIR}/devel/libgnugetopt +USE_REINPLACE= yes SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} \ @@ -24,7 +25,7 @@ CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} \ MAN1= ksmp3play.1 post-patch: - @${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-install: |