summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2007-01-26 10:43:26 +0000
committerVasil Dimov <vd@FreeBSD.org>2007-01-26 10:43:26 +0000
commitd726681c70d9a2ce0fe9ed4fbe33bdb420bea29c (patch)
treeb78d18686e59586429e3188a4de39cf4e93b2f26
parent- Fix after gfortran migration: gfortran dependency is needed in extract phase (diff)
Fix EXPIRATION_DATE: 2006-02-06 should be 2007-02-06.
Notes
Notes: svn path=/head/; revision=183323
-rw-r--r--irc/xchat-systray-plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat-systray-plugin/Makefile b/irc/xchat-systray-plugin/Makefile
index 5aedcacc6cfa..f2e7d47a6591 100644
--- a/irc/xchat-systray-plugin/Makefile
+++ b/irc/xchat-systray-plugin/Makefile
@@ -19,7 +19,7 @@ COMMENT= Systray icon plugin for X-Chat
RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat
DEPRECATED= Functionality is now included in xchat
-EXPIRATION_DATE=2006-02-06
+EXPIRATION_DATE=2007-02-06
WRKSRC= ${WRKDIR}/xchat-systray-integration-${PORTVERSION}
USE_GMAKE= yes