summaryrefslogtreecommitdiff
path: root/editors/xemacs-devel/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-10-24 10:53:40 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-10-24 10:53:40 +0000
commit5d0b8890005b5403ac4370572167e00703901184 (patch)
tree9438b5c03e692fadb454fcf5b7dcb26b8a2c6187 /editors/xemacs-devel/Makefile
parentAdd $MASTER_SITE_RINGSERVER into $MASTER_SITES. (diff)
Enable XIM support by default.
Reflect Wnn4 -> FreeWnn change. Fix build problems. PR: ports/21549 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes
Notes: svn path=/head/; revision=34176
Diffstat (limited to 'editors/xemacs-devel/Makefile')
-rw-r--r--editors/xemacs-devel/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index c0d7b6c9199a..b67c4df03c27 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -24,18 +24,18 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \
XEMACS_REL= 21.1
XEMACS_VER= 21.1.12
+XEMACS_ARCH= ${CONFIGURE_TARGET}
+
DIST_SUBDIR= xemacs
SLAVEDIRS+= editors/xemacs21-mule
USE_XLIB= yes
USE_XPM= yes
-USE_GMAKE= yes
STRIP=
-HAS_CONFIGURE= yes
-XEMACS_ARCH= ${MACHINE_ARCH}--freebsd
+USE_AUTOCONF= yes
+CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd
-CONFIGURE_ARGS?=${XEMACS_ARCH} --prefix=${PREFIX} \
- --with-clash-detection \
+CONFIGURE_ARGS?=--with-clash-detection \
--lockdir=/var/run/emacs/lock \
--with-sound=native \
--with-session=yes \