summaryrefslogtreecommitdiff
path: root/editors/emacs19
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
commitd4f0d0048a8755106a4b0445221a19761e746984 (patch)
treec87184c5bfeaf942c827c5f706186ce9786a2588 /editors/emacs19
parentDocument png -- DoS crash vulnerability. (diff)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes: svn path=/head/; revision=191544
Diffstat (limited to 'editors/emacs19')
-rw-r--r--editors/emacs19/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index d4aa53a63702..c087b413fd08 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -7,7 +7,7 @@
PORTNAME= emacs
PORTVERSION= 19.34b
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs
@@ -32,6 +32,7 @@ USE_GMAKE= yes
.if !defined(WITHOUT_X11)
CONFIGURE_ARGS= --with-x-toolkit --sharedstatedir=/var/run
USE_XLIB= yes
+USE_XORG= xbitmaps
.else
CONFIGURE_ARGS= --with-x=no --sharedstatedir=/var/run
.endif