diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-21 20:38:01 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-21 20:38:01 +0000 |
commit | 41e5245811885d7f12ba54fb56f717ba3639770c (patch) | |
tree | 2c40a2f7ff909934997bfc91e18a6dda2e522840 /mail/biabam | |
parent | 9a676e7dbc8cacac4713b7cc118f1beb8355e3b1 (diff) |
In preparation to deprecate shells/bash2:
- change RUN_DEPENDS: shells/bash2 -> shells/bash;
- bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=180389
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 |