diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-10-29 22:17:12 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-10-29 22:17:12 +0000 |
commit | 8af2e0b03b15f572dad45443b1ab3f74c23f71f7 (patch) | |
tree | 39b63552dc44762ffba5ac15a189035afcb51f5c /editors/emacs-nox11 | |
parent | b56bced9505f161280a1a58a56ed9cec4898da43 (diff) | |
download | ports-8af2e0b03b15f572dad45443b1ab3f74c23f71f7.tar.gz ports-8af2e0b03b15f572dad45443b1ab3f74c23f71f7.zip |
Notes
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r-- | editors/emacs-nox11/Makefile | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index 36bc31896eb5..70187b1e8d74 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -5,11 +5,31 @@ # $FreeBSD$ # -_OPTIONS_OK= yes -WITHOUT_DBUS= yes -WITHOUT_X11= yes +PORTREVISION= 7 PKGNAMESUFFIX= -nox11 +WITHOUT_CANNA= yes +WITHOUT_DBUS= yes +WITHOUT_GCONF= yes +WITHOUT_GTK2= yes +WITHOUT_JPEG= yes +WITHOUT_M17N= yes +WITHOUT_MOTIF= yes +WITHOUT_OTF= yes +WITHOUT_PNG= yes +WITHOUT_SVG= yes +WITHOUT_TIFF= yes +WITHOUT_XAW= yes +WITHOUT_XAW3D= yes +WITHOUT_SYNC_INPUT= yes +WITHOUT_SCROLLBARS= yes +WITHOUT_X11= yes +WITHOUT_XFT= yes +WITHOUT_XIM= yes +WITHOUT_XPM= yes + +EMACS_NO_X11_SLAVE= yes + MASTERDIR= ${.CURDIR}/../emacs LATEST_LINK= emacs-nox11 |