mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
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.
This commit is contained in:
parent
0f70ba6ab6
commit
45f91b4e81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117834
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user