diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2000-08-09 17:45:19 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2000-08-09 17:45:19 +0000 |
commit | 39483f00d371f1404125eb6dc216b7c10fe2df2f (patch) | |
tree | 1aec2db9c26b3b4cd87dd778d97d331aa34d0810 /editors/xemacs/Makefile | |
parent | fe77ffabbef6f6b7e22858a7088379b940e6c7c0 (diff) | |
download | ports-39483f00d371f1404125eb6dc216b7c10fe2df2f.tar.gz ports-39483f00d371f1404125eb6dc216b7c10fe2df2f.zip |
Notes
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r-- | editors/xemacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 020515e68ec9..8751f283d086 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/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 \ |