summaryrefslogtreecommitdiff
path: root/editors/xemacs21/Makefile
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2000-08-09 17:45:19 +0000
committerGary Jennejohn <gj@FreeBSD.org>2000-08-09 17:45:19 +0000
commit39483f00d371f1404125eb6dc216b7c10fe2df2f (patch)
tree1aec2db9c26b3b4cd87dd778d97d331aa34d0810 /editors/xemacs21/Makefile
parentAdd zangband. (diff)
Update to version 21.1.12. The new release only made changes to
configuration files and Emacs.ad and deleted xemacs-faq.info-6. Use LOCALBASE instead of PREFIX in CONFIGURE_ARGS - that makes it easier to test new versions of the port. PR: 20480 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes
Notes: svn path=/head/; revision=31451
Diffstat (limited to 'editors/xemacs21/Makefile')
-rw-r--r--editors/xemacs21/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile
index 020515e68ec9..8751f283d086 100644
--- a/editors/xemacs21/Makefile
+++ b/editors/xemacs21/Makefile
@@ -23,7 +23,7 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
XEMACS_REL= 21.1
-XEMACS_VER= 21.1.11
+XEMACS_VER= 21.1.12
DIST_SUBDIR= xemacs
SLAVEDIRS+= editors/xemacs21-mule
@@ -39,8 +39,8 @@ CONFIGURE_ARGS?=${XEMACS_ARCH} --prefix=${PREFIX} \
--lockdir=/var/run/emacs/lock \
--with-sound=native \
--with-session=yes \
- --site-includes=${PREFIX}/include \
- --site-libraries=${PREFIX}/lib \
+ --site-includes=${LOCALBASE}/include \
+ --site-libraries=${LOCALBASE}/lib \
--with-png=yes \
--with-tiff=yes \
--with-site-lisp \