summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-12-19 21:13:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-12-19 21:13:00 +0000
commit2ef9f74df115efdaddf51701e1f580f65a7b26ea (patch)
tree15922750f1e098bd92f80bfd459a7c415fdac19b
parent- Update to 1.13.3 (diff)
- Remove irc/erc option, that port has expired
Notes
Notes: svn path=/head/; revision=224476
-rw-r--r--deskutils/planner.el/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/deskutils/planner.el/Makefile b/deskutils/planner.el/Makefile
index 26b47d1257c9..a977e45e9669 100644
--- a/deskutils/planner.el/Makefile
+++ b/deskutils/planner.el/Makefile
@@ -28,7 +28,6 @@ PORTNAMESUFFIX= ${PKGNAMESUFFIX}
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/muse/muse.el:${PORTSDIR}/textproc/muse
OPTIONS= BBDB "BBDB support" off
-OPTIONS+= ERC "ERC support" off
OPTIONS+= GNATS "GNATS support" off
OPTIONS+= PSVN "PSVN support" off
OPTIONS+= VM "View Mail support" off
@@ -52,12 +51,7 @@ PLIST_SUB+= HAS_BBDB="@comment "
.endif
.if (${EMACS_PORT_NAME} == "emacs21")
-.if defined(WITH_ERC)
-BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/erc/erc.el:${PORTSDIR}/irc/erc
-PLIST_SUB+= HAS_ERC=""
-.else
PLIST_SUB+= HAS_ERC="@comment "
-.endif
.else
# emacs 22 and above has ERC build in
PLIST_SUB+= HAS_ERC=""