diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-12-12 14:54:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-12-12 14:54:56 +0000 |
commit | b52289e45eb0245c6555918027d8f7cb62e1ced9 (patch) | |
tree | 49feee51acc6c41406ad637172d7ee04c57b1a6d /mail/extman/Makefile | |
parent | 741510d08c68b938e60899b44d679addaf05b227 (diff) |
Notes
Diffstat (limited to 'mail/extman/Makefile')
-rw-r--r-- | mail/extman/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/extman/Makefile b/mail/extman/Makefile index f6cc6765af4f..dd6fb2c438e6 100644 --- a/mail/extman/Makefile +++ b/mail/extman/Makefile @@ -6,9 +6,9 @@ # PORTNAME= extman -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= mail -MASTER_SITES= http://www.extmail.org/dist/extman/%SUBDIR%/ \ +MASTER_SITES= http://www.chifeng.name/dist/extman/%SUBDIR%/ \ http://chifeng.cosoft.org.cn/extman/%SUBDIR%/ MAINTAINER?= chifeng@gmail.com @@ -17,7 +17,8 @@ COMMENT= Web interface to manage Virtual Accounts USE_PERL5= yes NO_BUILD= yes -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD OPTIONS= MySQL "Use MySQL support" On \ LDAP "Use LDAP support" Off |