aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-12-13 23:08:11 +0800
committermm <mm@FreeBSD.org>2012-12-13 23:08:11 +0800
commite2b86d7e90e2a8762f134b15b4db3ce72d60d317 (patch)
treee6e98301b6276720716d958d356008223f1df5e0 /devel
parent2c71b7edee0709027297359e2a607851baa042bf (diff)
downloadfreebsd-ports-gnome-e2b86d7e90e2a8762f134b15b4db3ce72d60d317.tar.gz
freebsd-ports-gnome-e2b86d7e90e2a8762f134b15b4db3ce72d60d317.tar.zst
freebsd-ports-gnome-e2b86d7e90e2a8762f134b15b4db3ce72d60d317.zip
Remove unnecessary option from devel/pear-Horde_Date
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-Horde_Date/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/pear-Horde_Date/Makefile b/devel/pear-Horde_Date/Makefile
index fdaa6cdad2db..3b66daf96dff 100644
--- a/devel/pear-Horde_Date/Makefile
+++ b/devel/pear-Horde_Date/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Horde_Date
PORTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= horde@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>