diff options
author | pav <pav@FreeBSD.org> | 2006-03-16 15:07:37 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-16 15:07:37 +0000 |
commit | f430a36fbeb0e421a83591f8d69d9c2e08b18eee (patch) | |
tree | 8beafa384252520bba3e376f733343d5e6660a58 /security/signing-party | |
parent | 9c226428d42dc1ea773f4478f19c57b402a5cd24 (diff) | |
download | FreeBSD-ports-f430a36fbeb0e421a83591f8d69d9c2e08b18eee.zip FreeBSD-ports-f430a36fbeb0e421a83591f8d69d9c2e08b18eee.tar.gz |
- Add missed runtime dependency on recode
PR: ports/93749
Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
Diffstat (limited to 'security/signing-party')
-rw-r--r-- | security/signing-party/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/signing-party/Makefile b/security/signing-party/Makefile index 7a0b454..94fb4b7 100644 --- a/security/signing-party/Makefile +++ b/security/signing-party/Makefile @@ -7,6 +7,7 @@ PORTNAME= signing-party PORTVERSION= 0.4.4.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/s/signing-party @@ -24,11 +25,11 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ ${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \ ${SITE_PERL}/Mail/Util.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ + ${SITE_PERL}/Convert/Recode.pm:${PORTSDIR}/converters/p5-Convert-Recode \ ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//} -USE_REINPLACE= yes REINPLACE_ARGS= -i '' USE_GMAKE= yes USE_PERL5= yes |