diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-08-08 14:24:40 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-08-08 14:24:40 +0000 |
commit | c42b97ae3d2bc858071fb268ae212a059bc4573b (patch) | |
tree | 63b83c1291cab2d004f74892ac7a28755c09cf4a /editors/emacs23 | |
parent | 1db16f8e552aad4090cd266419bd4e66edb03c7e (diff) | |
download | ports-c42b97ae3d2bc858071fb268ae212a059bc4573b.tar.gz ports-c42b97ae3d2bc858071fb268ae212a059bc4573b.zip |
Notes
Diffstat (limited to 'editors/emacs23')
-rw-r--r-- | editors/emacs23/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 871e6db130cf..4838cf6773d1 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -23,8 +23,6 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-22.* emacs-24.* \ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* \ emacs-nox11-[0-9]* -INSTALLS_ICONS= yes - EMACS_VER= 23.3 GNU_CONFIGURE= yes USE_GMAKE= yes @@ -81,6 +79,7 @@ DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{ CONFIGURE_ARGS+= --without-x .else +INSTALLS_ICONS= yes USE_XORG= x11 USE_GNOME= |