diff options
author | clement <clement@FreeBSD.org> | 2004-01-09 01:55:00 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-09 01:55:00 +0800 |
commit | 4c947f1a8beebb58412b215bd9123bca410f720c (patch) | |
tree | f211204813a33e3f4cb69237ec132df5be17da11 /security/tinyca | |
parent | 3eb885176442d2f5aa6e14973f363dfbcb058416 (diff) | |
download | freebsd-ports-gnome-4c947f1a8beebb58412b215bd9123bca410f720c.tar.gz freebsd-ports-gnome-4c947f1a8beebb58412b215bd9123bca410f720c.tar.zst freebsd-ports-gnome-4c947f1a8beebb58412b215bd9123bca410f720c.zip |
- Add a missing dependency (converters/p5-MIME-Base64)
Approved by: Mohacsi Janos <mohacsi@niif.hu> (maintainer)
erwin (mentor) (implicitly)
Diffstat (limited to 'security/tinyca')
-rw-r--r-- | security/tinyca/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile index 5be34d261a0d..a6e891b071eb 100644 --- a/security/tinyca/Makefile +++ b/security/tinyca/Makefile @@ -15,7 +15,8 @@ COMMENT= Simple graphical interface to manage a small Certification Authority RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \ - zip:${PORTSDIR}/archivers/zip + zip:${PORTSDIR}/archivers/zip \ + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 WRKSRC= ${WRKDIR}/TinyCA USE_PERL5= yes |