aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs23
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2011-10-30 06:17:12 +0800
committerashish <ashish@FreeBSD.org>2011-10-30 06:17:12 +0800
commitb61fe807a809d1263ebe0a6902bb51af247a1021 (patch)
tree98d272813f48070459fbafdab835ef6b55d88b7e /editors/emacs23
parent0a733d6cab1226f7b04054c4544a66d22b35ebff (diff)
downloadfreebsd-ports-gnome-b61fe807a809d1263ebe0a6902bb51af247a1021.tar.gz
freebsd-ports-gnome-b61fe807a809d1263ebe0a6902bb51af247a1021.tar.zst
freebsd-ports-gnome-b61fe807a809d1263ebe0a6902bb51af247a1021.zip
- Disable OPTIONS for editors/emacs-nox11 slave port
- Bump PORTREVISION of editors/emacs-nox11 Thanks to dougb, and eadler for showing the way Reported by: bz
Diffstat (limited to 'editors/emacs23')
-rw-r--r--editors/emacs23/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index 04d9736ec912..86a7097937b5 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -7,7 +7,7 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}
-PORTREVISION= 6
+PORTREVISION?= 6
PORTEPOCH= 2
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
@@ -24,8 +24,7 @@ MAKE_JOBS_UNSAFE= yes
CONFLICTS= emacs-19.* emacs-21.* emacs-22.* emacs-24.* \
xemacs-[0-9]* xemacs-devel-[0-9]* \
- xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* \
- emacs-nox11-[0-9]*
+ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]*
EMACS_VER= 23.3
GNU_CONFIGURE= yes
@@ -53,6 +52,8 @@ INFO= ada-mode auth autotype calc ccmode cl dbus dired-x \
org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve \
smtpmail speedbar tramp url vip viper widget woman
+.if !defined(EMACS_NO_X11_SLAVE)
+CONFLICTS+= emacs-nox11-[0-9]*
OPTIONS= CANNA "Canna support" OFF \
DBUS "DBus support" ON \
GCONF "GConf support" ON \
@@ -74,6 +75,7 @@ OPTIONS= CANNA "Canna support" OFF \
XFT "Freetype fonts support" ON \
XIM "X Input Method support" ON \
XPM "XPM images support" ON
+.endif
.include <bsd.port.options.mk>