diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-09-06 03:53:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-09-06 03:53:45 +0000 |
commit | 4733ef16fed0ef4fb6b6a570bbbb1f97246cd4ed (patch) | |
tree | 91975c4d41eeb5dceb889d35d181c4c1f684dd64 /accessibility/dasher/Makefile | |
parent | Disable the clisp X module at the request of the maintainer, until he (diff) |
Revert previous commit since 3.2.18 requires the newer GTK+. It would
be safe not to bump PORTEPOCH since 3.2.18 wasn't buildable, but then we
have to deal with the nags about PKGVERSION going backwards.
Reported by: many
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r-- | accessibility/dasher/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index bcbf3dc8e8a2..2d3b6086483f 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -6,7 +6,8 @@ # PORTNAME= dasher -PORTVERSION= 3.2.18 +PORTVERSION= 3.2.17 +PORTEPOCH= 1 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.2 |