diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 16:32:48 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 16:32:48 +0000 |
commit | 3418d299687c0deaf68a774c431e2d57c7db3875 (patch) | |
tree | d8520b5ca02ee082ed4b97dc1e43aa959fb8749c /mail/pronto | |
parent | d656a3c94bb905c7631630d288163bf6aedb0588 (diff) |
Remove HTML option as it depends on a port that is about to be removed.
Notes
Notes:
svn path=/head/; revision=235702
Diffstat (limited to 'mail/pronto')
-rw-r--r-- | mail/pronto/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/pronto/Makefile b/mail/pronto/Makefile index 72a98bbbf8dd..4cd5a75dec7f 100644 --- a/mail/pronto/Makefile +++ b/mail/pronto/Makefile @@ -25,10 +25,6 @@ BUILD_DEPENDS=\ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/Lingua/Ispell.pm:${PORTSDIR}/textproc/p5-Lingua-Ispell -.if defined(WITH_HTML) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Gtk/XmHTML.pm:${PORTSDIR}/x11-toolkits/p5-GtkXmHTML -.endif - .if defined(WITH_MYSQL) BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql .endif |