svn commit: r311689 - head/devel/p5-DateTime-Format-Builder

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 5 10:06:05 UTC 2013


Author: sunpoet
Date: Tue Feb  5 10:06:04 2013
New Revision: 311689
URL: http://svnweb.freebsd.org/changeset/ports/311689

Log:
  - Add missing OPTIONS_DEFINE

Modified:
  head/devel/p5-DateTime-Format-Builder/Makefile

Modified: head/devel/p5-DateTime-Format-Builder/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-Builder/Makefile	Tue Feb  5 10:00:02 2013	(r311688)
+++ head/devel/p5-DateTime-Format-Builder/Makefile	Tue Feb  5 10:06:04 2013	(r311689)
@@ -19,6 +19,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Devel-Cycle>=1.07:${PORTSDIR}/devel/p5-Devel-Cycle \
 		p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle
 
+OPTIONS_DEFINE=	DOCS EXAMPLES
+
 PERL_MODBUILD=	yes
 
 MAN3=		DateTime::Format::Builder.3 DateTime::Format::Builder::Parser.3 \


More information about the svn-ports-all mailing list