diff options
author | marcus <marcus@FreeBSD.org> | 2005-09-06 11:53:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-09-06 11:53:45 +0800 |
commit | d6d2b1a74a3753a462087ea138b4b595a9590a1e (patch) | |
tree | e786a5fcef28da902a9bcfcf49eeec324fa67459 /accessibility/dasher/Makefile | |
parent | f09f06a7f8b0babdbed01a9fc9070019f45e0a7f (diff) | |
download | freebsd-ports-gnome-d6d2b1a74a3753a462087ea138b4b595a9590a1e.tar.gz freebsd-ports-gnome-d6d2b1a74a3753a462087ea138b4b595a9590a1e.tar.zst freebsd-ports-gnome-d6d2b1a74a3753a462087ea138b4b595a9590a1e.zip |
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 |