summaryrefslogtreecommitdiff
path: root/editors/emacs23
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2011-08-08 14:24:40 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2011-08-08 14:24:40 +0000
commitc42b97ae3d2bc858071fb268ae212a059bc4573b (patch)
tree63b83c1291cab2d004f74892ac7a28755c09cf4a /editors/emacs23
parent- Update MASTER_SITES and WWW: line (diff)
- Apply INSTALLS_ICONS fix to prevent editors/emacs from installing X11
when WITHOUT_X11 is defined PR: ports/159594, ports/159530 Submitted by: olgeni (via private email)
Notes
Notes: svn path=/head/; revision=279236
Diffstat (limited to 'editors/emacs23')
-rw-r--r--editors/emacs23/Makefile3
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=