diff options
author | ashish <ashish@FreeBSD.org> | 2010-09-30 12:38:00 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2010-09-30 12:38:00 +0800 |
commit | 25144d1d4d55c2aaf8af11ec0358a6bfd4a2ac05 (patch) | |
tree | 6becec7ac6184658b64ed0429fac53b173b16234 /editors/emacs | |
parent | 6670975c2cb5a3d34fdeba840e7f68225334facb (diff) | |
download | freebsd-ports-gnome-25144d1d4d55c2aaf8af11ec0358a6bfd4a2ac05.tar.gz freebsd-ports-gnome-25144d1d4d55c2aaf8af11ec0358a6bfd4a2ac05.tar.zst freebsd-ports-gnome-25144d1d4d55c2aaf8af11ec0358a6bfd4a2ac05.zip |
- Restore GTK2 option.
Approved by: tabthorpe (mentor)
Reported by: stas
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index f3ac5d418bad..408452d8787d 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} @@ -54,6 +54,7 @@ OPTIONS= CANNA "Canna support" OFF \ DBUS "DBus support" ON \ GCONF "GConf support" ON \ GIF "GIF images support" ON \ + GTK2 "Use GTK+ widgets" ON \ JPEG "JPEG images support" ON \ M17N "M17N support for text-shaping" ON \ MOTIF "Use Motif widgets" OFF \ |