diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-09-30 04:38:00 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-09-30 04:38:00 +0000 |
commit | 4c2ffd6487f3280c4ae0afe93b930ef8c0544f4a (patch) | |
tree | a87b33199c9d2b0dba39176cf99ef13ecdfc4371 /editors/emacs23 | |
parent | 49883f3ad708e9e09835f8a685684e3348a86a44 (diff) | |
download | ports-4c2ffd6487f3280c4ae0afe93b930ef8c0544f4a.tar.gz ports-4c2ffd6487f3280c4ae0afe93b930ef8c0544f4a.zip |
Notes
Diffstat (limited to 'editors/emacs23')
-rw-r--r-- | editors/emacs23/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index f3ac5d418bad..408452d8787d 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/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 \ |