svn commit: r308851 - head/devel/pear-Horde_Date

Martin Matuska mm at FreeBSD.org
Thu Dec 13 15:08:12 UTC 2012


Author: mm
Date: Thu Dec 13 15:08:11 2012
New Revision: 308851
URL: http://svnweb.freebsd.org/changeset/ports/308851

Log:
  Remove unnecessary option from devel/pear-Horde_Date

Modified:
  head/devel/pear-Horde_Date/Makefile

Modified: head/devel/pear-Horde_Date/Makefile
==============================================================================
--- head/devel/pear-Horde_Date/Makefile	Thu Dec 13 14:40:18 2012	(r308850)
+++ head/devel/pear-Horde_Date/Makefile	Thu Dec 13 15:08:11 2012	(r308851)
@@ -7,6 +7,7 @@
 
 PORTNAME=	Horde_Date
 PORTVERSION=	2.0.1
+PORTREVISION=	1
 CATEGORIES=	devel www pear
 
 MAINTAINER=	horde at FreeBSD.org
@@ -16,14 +17,6 @@ USE_HORDE_RUN=	Horde_Exception \
 		Horde_Nls \
 		Horde_Translation
 
-OPTIONS_DEFINE=	CALENDAR
-CALENDAR_DESC=	Depend on calendar PHP extension
-
 .include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MSOCKETS}
-USE_PHP+=	calendar
-.endif
-
 .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list