aboutsummaryrefslogtreecommitdiff
path: root/textproc/docproj
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-05-24 16:21:46 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-05-24 16:21:46 +0000
commita8eae2454b98c1eb3527a266dae5396077c0818d (patch)
tree07db460a13bb4163216cc95e676d57aced42b8ed /textproc/docproj
parente8bb25be40d30c0eb8f27408d7d86e59e425780e (diff)
downloadports-a8eae2454b98c1eb3527a266dae5396077c0818d.tar.gz
ports-a8eae2454b98c1eb3527a266dae5396077c0818d.zip
Remove conditional RUN_DEPENDS with deprecated perl5.8.
Bump PORTREVISION. PR: ports/178912 Submitted by: az Approved by: doceng (implicit)
Notes
Notes: svn path=/head/; revision=318991
Diffstat (limited to 'textproc/docproj')
-rw-r--r--textproc/docproj/Makefile6
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>