diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
commit | b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc (patch) | |
tree | cb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /mail/mlmmj | |
parent | 3d129c12f3f2f38eb9c628fc4fec1a491eca754f (diff) | |
download | ports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.tar.gz ports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.zip |
Notes
Diffstat (limited to 'mail/mlmmj')
-rw-r--r-- | mail/mlmmj/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile index fd87c91b7959..9f1b7fcb4bf4 100644 --- a/mail/mlmmj/Makefile +++ b/mail/mlmmj/Makefile @@ -56,12 +56,6 @@ MAN1= mlmmj-bounce.1 mlmmj-list.1 mlmmj-maintd.1 mlmmj-make-ml.sh.1 mlmmj-proce .include <bsd.port.pre.mk> -.if defined(WITH_PERL_WEBINTERFACE) -. if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -. endif -.endif - post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/mlmmj-make-ml.sh |