diff options
author | bsam <bsam@FreeBSD.org> | 2006-12-22 04:38:01 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-12-22 04:38:01 +0800 |
commit | 14105d400ac1d4f988a9651544941eb6ee29900c (patch) | |
tree | e06bc9850e7f21fbeee0ba6a5729b9ec1a571ac4 /mail/biabam | |
parent | abeb92e70d8ce5b645c4264731db1805e86a40c9 (diff) | |
download | freebsd-ports-gnome-14105d400ac1d4f988a9651544941eb6ee29900c.tar.gz freebsd-ports-gnome-14105d400ac1d4f988a9651544941eb6ee29900c.tar.zst freebsd-ports-gnome-14105d400ac1d4f988a9651544941eb6ee29900c.zip |
In preparation to deprecate shells/bash2:
- change RUN_DEPENDS: shells/bash2 -> shells/bash;
- bump PORTREVISION.
Diffstat (limited to 'mail/biabam')
-rw-r--r-- | mail/biabam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/biabam/Makefile b/mail/biabam/Makefile index ed9e723bbfcf..88e3c9d4b15f 100644 --- a/mail/biabam/Makefile +++ b/mail/biabam/Makefile @@ -7,13 +7,14 @@ PORTNAME= biabam PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://mmj.dk/biabam/ MAINTAINER= ports@FreeBSD.org COMMENT= A command-line attachment mailer -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes PLIST_FILES= bin/biabam |