diff options
author | Glen Barber <gjb@FreeBSD.org> | 2013-05-24 16:21:46 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2013-05-24 16:21:46 +0000 |
commit | a8eae2454b98c1eb3527a266dae5396077c0818d (patch) | |
tree | 07db460a13bb4163216cc95e676d57aced42b8ed /textproc/docproj | |
parent | e8bb25be40d30c0eb8f27408d7d86e59e425780e (diff) |
Notes
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index fd87ecfec758..d3505d9a27f2 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -4,7 +4,7 @@ PORTNAME= docproj PORTVERSION= 1.17 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -94,8 +94,4 @@ RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade RUN_DEPENDS+= jade:${PORTSDIR}/textproc/jade .endif -.if ${PERL_LEVEL} < 500804 -RUN_DEPENDS+= p5-Digest-MD5>=2.51:${PORTSDIR}/security/p5-Digest-MD5 -.endif - .include <bsd.port.post.mk> |