diff options
author | pav <pav@FreeBSD.org> | 2008-12-20 05:13:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-12-20 05:13:00 +0800 |
commit | 0581362500da4a77b949d755d0213020e16144e3 (patch) | |
tree | 0b8ab322ce04e2abc144293d7f5ca2b5a284e676 /deskutils | |
parent | cb45c8f6fabde0b2bac688b032d54fff7b0fbc6e (diff) | |
download | freebsd-ports-gnome-0581362500da4a77b949d755d0213020e16144e3.tar.gz freebsd-ports-gnome-0581362500da4a77b949d755d0213020e16144e3.tar.zst freebsd-ports-gnome-0581362500da4a77b949d755d0213020e16144e3.zip |
- Remove irc/erc option, that port has expired
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/planner.el/Makefile | 6 |
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="" |