diff options
author | bsam <bsam@FreeBSD.org> | 2007-02-01 03:27:50 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2007-02-01 03:27:50 +0800 |
commit | 388ffff6bc789966aad6bfc65b6562c1160a37cd (patch) | |
tree | 6565635d32c48034d9eb51a659b40a2a681f3034 /audio/prokyon3 | |
parent | d7356617103830073a958cf2230a57c00d629889 (diff) | |
download | freebsd-ports-gnome-388ffff6bc789966aad6bfc65b6562c1160a37cd.tar.gz freebsd-ports-gnome-388ffff6bc789966aad6bfc65b6562c1160a37cd.tar.zst freebsd-ports-gnome-388ffff6bc789966aad6bfc65b6562c1160a37cd.zip |
. change RUN_DEPENDS shells/bash2 -> shells/bash;
. do not bump PORTREVISION since it's not a default dependency.
Diffstat (limited to 'audio/prokyon3')
-rw-r--r-- | audio/prokyon3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index 142c5f5914f8..c32c32de43f4 100644 --- a/audio/prokyon3/Makefile +++ b/audio/prokyon3/Makefile @@ -42,7 +42,7 @@ USE_CDRTOOLS= yes RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 \ ogg123:${PORTSDIR}/audio/vorbis-tools \ normalize:${PORTSDIR}/audio/normalize \ - bash:${PORTSDIR}/shells/bash2 + bash:${PORTSDIR}/shells/bash PLIST_FILES+= bin/prokburn .endif |