diff options
author | ru <ru@FreeBSD.org> | 2004-09-01 21:55:55 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-09-01 21:55:55 +0800 |
commit | 16ddf3cdf8fde51fbaf684dd0f5706ee2ae41a47 (patch) | |
tree | d44768a61b261c793957d743530da468fddbbede /textproc | |
parent | fcf174c09487bbfd59204109a9e05b2be9cbdde3 (diff) | |
download | freebsd-ports-gnome-16ddf3cdf8fde51fbaf684dd0f5706ee2ae41a47.tar.gz freebsd-ports-gnome-16ddf3cdf8fde51fbaf684dd0f5706ee2ae41a47.tar.zst freebsd-ports-gnome-16ddf3cdf8fde51fbaf684dd0f5706ee2ae41a47.zip |
Added security/p5-Digest-MD5 to the runtime dependency list.
This module is used by the Perl script that generates the
supported hardware list from section four manpages.
This fixes building HEAD and RELENG_5 release notes on 4.x.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 200a515a21d7..89b0bfe268cd 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= docproj -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -53,6 +53,10 @@ IS_INTERACTIVE= "user must set WITH_JADETEX variable to 'yes' or 'no'" RUN_DEPENDS+= ${LOCALBASE}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex .endif +.if ${PERL_LEVEL} < 500804 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +.endif + NO_BUILD= yes USE_GHOSTSCRIPT= yes PLIST_FILES= #empty |