diff options
author | bsam <bsam@FreeBSD.org> | 2006-12-22 20:42:09 +0000 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-12-22 20:42:09 +0000 |
commit | abb1106ff0df20b59710e431ce5e948e216eb732 (patch) | |
tree | d5a7f04c971f188d0f1defe1315977990adfac5b /audio/cantus_3 | |
parent | 8d99de1a6adf162fd47f32e160192a5771791b23 (diff) | |
download | FreeBSD-ports-abb1106ff0df20b59710e431ce5e948e216eb732.zip FreeBSD-ports-abb1106ff0df20b59710e431ce5e948e216eb732.tar.gz |
In preparation to deprecate shells/bash2:
. change BUILD_DEPENDS: shells/bash2 -> shells/bash.
Diffstat (limited to 'audio/cantus_3')
-rw-r--r-- | audio/cantus_3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cantus_3/Makefile b/audio/cantus_3/Makefile index c307e92..faf36cf 100644 --- a/audio/cantus_3/Makefile +++ b/audio/cantus_3/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= ports@FreeBSD.org COMMENT= Tool for tagging and renaming MP3 and OGG/Vorbis files -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtkmm20 \ glademm-2.0.1:${PORTSDIR}/devel/libglademm \ ogg.5:${PORTSDIR}/audio/libogg \ |