diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:05:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:05:08 +0000 |
commit | 1e01e8e206d6efb10482c3a9fe2f3d335334506d (patch) | |
tree | e4105d931a03ee54571d2a49c8b80ce3cd5ffba3 /mail/pronto | |
parent | 9e54b0cf3ee60c3e875712fa0cc0ba0804b68ed1 (diff) | |
download | ports-1e01e8e206d6efb10482c3a9fe2f3d335334506d.tar.gz ports-1e01e8e206d6efb10482c3a9fe2f3d335334506d.zip |
Notes
Diffstat (limited to 'mail/pronto')
-rw-r--r-- | mail/pronto/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/mail/pronto/Makefile b/mail/pronto/Makefile index 51d9abfc2637..f7b5e2caf775 100644 --- a/mail/pronto/Makefile +++ b/mail/pronto/Makefile @@ -14,19 +14,19 @@ MAINTAINER= araujo@FreeBSD.org COMMENT= A Mail Client for Gnome/Gtk written in Perl BUILD_DEPENDS=\ - ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/DBD/CSV.pm:${PORTSDIR}/databases/p5-DBD-CSV \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \ - ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Lingua/Ispell.pm:${PORTSDIR}/textproc/p5-Lingua-Ispell + p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-DBD-CSV>=0:${PORTSDIR}/databases/p5-DBD-CSV \ + p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ + p5-SQL-Statement>=0:${PORTSDIR}/databases/p5-SQL-Statement \ + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Lingua-Ispell>=0:${PORTSDIR}/textproc/p5-Lingua-Ispell .if defined(WITH_MYSQL) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql +BUILD_DEPENDS+= p5-Mysql>=0:${PORTSDIR}/databases/p5-Mysql .endif RUN_DEPENDS:= ${BUILD_DEPENDS} |