diff options
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 |