diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 13:05:28 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 13:05:28 +0000 |
commit | 14ed202be0d018fa8dcc31ae6351333926f90482 (patch) | |
tree | d7ef93e4ff730e2950434164953441aa0348549e /mail/extmail | |
parent | 4189dac3d8164b628cbba8121df427fe6fdfb5cc (diff) |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 11).
Approved by: portmgr (itetcu)
Notes
Notes:
svn path=/head/; revision=248679
Diffstat (limited to 'mail/extmail')
-rw-r--r-- | mail/extmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/extmail/Makefile b/mail/extmail/Makefile index e5d1e2ed1116..637e48211113 100644 --- a/mail/extmail/Makefile +++ b/mail/extmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= extmail PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.chifeng.name/dist/extmail/ \ http://mirror3.extmail.net/dist/ @@ -14,8 +15,7 @@ MASTER_SITES= http://www.chifeng.name/dist/extmail/ \ MAINTAINER= chifeng@gmail.com COMMENT= A high performance webmail system -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog USE_PERL5= yes NO_BUILD= yes |