diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 00:36:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 00:36:39 +0000 |
commit | 2ce8f89433499e776ec546ec96c57869b4576b0f (patch) | |
tree | b77ec5b8a6cd85ad5c185363baeca54a88d4cc93 /audio/pimp3 | |
parent | 56b4929547151f70fb875a3e9bdef655893d275c (diff) | |
download | FreeBSD-ports-2ce8f89433499e776ec546ec96c57869b4576b0f.zip FreeBSD-ports-2ce8f89433499e776ec546ec96c57869b4576b0f.tar.gz |
Change explicit RUN_DEPENDS to python1.5 to USE_PYTHON.
Hinted by: bento and tg
Diffstat (limited to 'audio/pimp3')
-rw-r--r-- | audio/pimp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pimp3/Makefile b/audio/pimp3/Makefile index abddaef..a26cc98 100644 --- a/audio/pimp3/Makefile +++ b/audio/pimp3/Makefile @@ -12,12 +12,12 @@ MASTER_SITES= ftp://pimp3.sourceforge.net/pub/pimp3/ MAINTAINER= rbt@zort.on.ca -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 WRKSRC= ${WRKDIR}/pimp3 NO_BUILD= yes +USE_PYTHON= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PREFIX}/bin/ |