summaryrefslogtreecommitdiff
path: root/editors/xemacs-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs-devel/Makefile')
-rw-r--r--editors/xemacs-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index 020515e68ec9..8751f283d086 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/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 \