diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-14 00:32:48 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-14 00:32:48 +0800 |
commit | f9c15a45ccc6f77db0e98c73215d1ed9545e125c (patch) | |
tree | 05c1805de0b96be450c9791dd167458edcdc2695 /mail | |
parent | ff1116ed511440229862628804cd3809c6a25c25 (diff) | |
download | freebsd-ports-gnome-f9c15a45ccc6f77db0e98c73215d1ed9545e125c.tar.gz freebsd-ports-gnome-f9c15a45ccc6f77db0e98c73215d1ed9545e125c.tar.zst freebsd-ports-gnome-f9c15a45ccc6f77db0e98c73215d1ed9545e125c.zip |
Remove HTML option as it depends on a port that is about to be removed.
Diffstat (limited to 'mail')
-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 |