diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:42:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:42:52 +0000 |
commit | c9b4f372f45de0fc56af0a64e1f851a1e22a9279 (patch) | |
tree | 7f80c1c66cbf0347e6332598f6c4b63f7fff070a /security/tinyca | |
parent | 657447da66b38ad1fbbfe5d9829ede801ebd2923 (diff) | |
download | ports-c9b4f372f45de0fc56af0a64e1f851a1e22a9279.tar.gz ports-c9b4f372f45de0fc56af0a64e1f851a1e22a9279.zip |
Notes
Diffstat (limited to 'security/tinyca')
-rw-r--r-- | security/tinyca/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile index dd0a0c028803..54496e23220e 100644 --- a/security/tinyca/Makefile +++ b/security/tinyca/Makefile @@ -16,10 +16,10 @@ DISTNAME= ${PORTNAME}2-${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Simple graphical interface to manage a small Certification Authority -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \ +RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext \ zip:${PORTSDIR}/archivers/zip \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 USE_BZIP2= yes USE_PERL5= yes |