Date: Sun, 3 Nov 2013 18:17:33 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332637 - head/www/p5-MojoMojo Message-ID: <201311031817.rA3IHX5N081092@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Nov 3 18:17:33 2013 New Revision: 332637 URL: http://svnweb.freebsd.org/changeset/ports/332637 Log: Remove non-default option that depends on the expired port textproc/p5-Text-Emoticon-MSN PR: ports/183622 Submitted by: myself Approved by: perl (az) Modified: head/www/p5-MojoMojo/Makefile Modified: head/www/p5-MojoMojo/Makefile ============================================================================== --- head/www/p5-MojoMojo/Makefile Sun Nov 3 18:12:02 2013 (r332636) +++ head/www/p5-MojoMojo/Makefile Sun Nov 3 18:17:33 2013 (r332637) @@ -89,7 +89,7 @@ USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= DEPLOY FASTCGI TOCGEN RECAPTCHA SYNTAX_HIGHLIGHT RSS_FORMATTER \ - DOCBOOK_FORMATTER POD_FORMATTER TRANSCLUSION AMAZON EMOTICONS + DOCBOOK_FORMATTER POD_FORMATTER TRANSCLUSION AMAZON DEPLOY_DESC= Automatic database deployment TOCGEN_DESC= Table of Contents generator RECAPTCHA_DESC= reCAPTCHA for anonymous edits @@ -99,7 +99,6 @@ DOCBOOK_FORMATTER_DESC= DocBook formatte POD_FORMATTER_DESC= POD formatter TRANSCLUSION_DESC= Transclusion support AMAZON_DESC= Amazon boxes -EMOTICONS_DESC= Emoticons DEPLOY_BUILD_DEPENDS= p5-SQL-Translator>=0.09006:${PORTSDIR}/databases/p5-SQL-Translator DEPLOY_RUN_DEPENDS= p5-SQL-Translator>=0.09006:${PORTSDIR}/databases/p5-SQL-Translator @@ -125,7 +124,5 @@ TRANSCLUSION_RUN_DEPENDS= p5-URI-Fetch>= p5-libwww>=0:${PORTSDIR}/www/p5-libwww AMAZON_BUILD_DEPENDS= p5-Net-Amazon>=0:${PORTSDIR}/net/p5-Net-Amazon AMAZON_RUN_DEPENDS= p5-Net-Amazon>=0:${PORTSDIR}/net/p5-Net-Amazon -EMOTICONS_BUILD_DEPENDS= p5-Text-Emoticon-MSN>=0:${PORTSDIR}/textproc/p5-Text-Emoticon-MSN -EMOTICONS_RUN_DEPENDS= p5-Text-Emoticon-MSN>=0:${PORTSDIR}/textproc/p5-Text-Emoticon-MSN .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311031817.rA3IHX5N081092>