diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-30 03:34:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-30 03:34:20 +0000 |
commit | 1d00f4c47b4b8fff3e7886be388b1bd4cd6b253f (patch) | |
tree | 38538e67e5381ba6c854560d5d5ccb4d7daa596d /x11/libxklavier/Makefile | |
parent | Add SIZE (diff) |
Revert back to 0.96 (with a PORTEPOCH bump). 0.97, though a micro release,
changed the API enough as to break gswitchit, and even gnome-control-center
2.5.
Notes
Notes:
svn path=/head/; revision=99460
Diffstat (limited to '')
-rw-r--r-- | x11/libxklavier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index 4584832e8626..9b147c0e63d3 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -6,7 +6,8 @@ # PORTNAME= libxklavier -PORTVERSION= 0.97 +PORTVERSION= 0.96 +PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gswitchit |