diff options
author | ashish <ashish@FreeBSD.org> | 2011-11-02 21:02:33 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-11-02 21:02:33 +0800 |
commit | cf0c674f64f2798de4b5fb5b553ee135f589d273 (patch) | |
tree | 6b4c13848abbb73c49a2982673fe0d5e6beb7989 /editors | |
parent | f389ac6059f3985a7c6955196d5bae4ef6d6b032 (diff) | |
download | freebsd-ports-gnome-cf0c674f64f2798de4b5fb5b553ee135f589d273.tar.gz freebsd-ports-gnome-cf0c674f64f2798de4b5fb5b553ee135f589d273.tar.zst freebsd-ports-gnome-cf0c674f64f2798de4b5fb5b553ee135f589d273.zip |
- Enable SYNC_INPUT option, which was disabled in previous commit
- Bump PORTREVISION
Feature safe: yes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-nox11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index 70187b1e8d74..60bfb7cac32a 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 7 +PORTREVISION= 8 PKGNAMESUFFIX= -nox11 WITHOUT_CANNA= yes @@ -21,7 +21,7 @@ WITHOUT_SVG= yes WITHOUT_TIFF= yes WITHOUT_XAW= yes WITHOUT_XAW3D= yes -WITHOUT_SYNC_INPUT= yes +WITH_SYNC_INPUT= yes WITHOUT_SCROLLBARS= yes WITHOUT_X11= yes WITHOUT_XFT= yes |