diff options
author | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
commit | d767f0728d3efeb994fab115409d2613056d4dcb (patch) | |
tree | fcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /mail/openwebmail | |
parent | 22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff) | |
download | freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 77ae3c983b9f..d49ec0e860fb 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR?= release MAINTAINER= ports@FreeBSD.org COMMENT= A webmail system designed to manage big mail folder files efficiently -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv +RUN_DEPENDS= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv USE_PERL5= yes NO_BUILD= yes @@ -87,15 +87,15 @@ RUN_DEPENDS+ ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof .endif .if ${PORT_OPTIONS:MPAM} -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM +RUN_DEPENDS+= p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM .endif .if ${PORT_OPTIONS:MPOP3_OVER_SSL} -RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL +RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL .endif .if ${PORT_OPTIONS:MQUOTA} -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Quota.pm:${PORTSDIR}/sysutils/p5-Quota +RUN_DEPENDS+= p5-Quota>=0:${PORTSDIR}/sysutils/p5-Quota .endif .if ${PORT_OPTIONS:MTNEF} @@ -103,7 +103,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef .endif .if ${PORT_OPTIONS:MSPAMCHECK} -RUN_DEPENDS+= ${SITE_PERL}/Mail/SpamAssassin.pm:${PORTSDIR}/mail/p5-Mail-SpamAssassin +RUN_DEPENDS+= p5-Mail-SpamAssassin>=0:${PORTSDIR}/mail/p5-Mail-SpamAssassin .endif .if ${PORT_OPTIONS:MSPEEDYCGI} @@ -125,7 +125,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget .if ${PORT_OPTIONS:MZLIB} . if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Compress +RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress . endif .endif |