summaryrefslogtreecommitdiff
path: root/editors/xemacs21-mule/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-10-16 08:51:36 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-10-16 08:51:36 +0000
commitb2e2d221f5f96d400d64795346961f8d297ebc21 (patch)
treec126fe1fd62680358f33f2040515bb7405157079 /editors/xemacs21-mule/Makefile
parentAdd mpg123.el (diff)
If editors/xemacs-mule-base-packages is installed then
XEmacs-mule cannot run. So this fix is to avoid it. Approved by: maintainer Obtained from: Kazuyuki IENAGA ienaga@jsys.co.jp
Notes
Notes: svn path=/head/; revision=22485
Diffstat (limited to '')
-rw-r--r--editors/xemacs21-mule/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile
index c9d207054817..be297800800b 100644
--- a/editors/xemacs21-mule/Makefile
+++ b/editors/xemacs21-mule/Makefile
@@ -21,14 +21,16 @@ DIST_SUBDIR= xemacs
MAINTAINER?= kiri@kiri.toba-cmt.ac.jp
-BUILD_DEPENDS= ${BUILD_DEP_LIST}
+BUILD_DEPENDS= ${PREFIX}/lib/xemacs/mule-packages/lisp/mule-base/japan-util.el:${PORTSDIR}/editors/xemacs-mule-base-packages \
+ ${BUILD_DEP_LIST}
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \
compface.1:${PORTSDIR}/mail/faces \
tiff.4:${PORTSDIR}/graphics/tiff \
${LIB_INPUT_METHOD}
-RUN_DEPENDS= ${RUN_DEP_LIST}
+RUN_DEPENDS= ${PREFIX}/lib/xemacs/mule-packages/lisp/mule-base/japan-util.el:${PORTSDIR}/editors/xemacs-mule-base-packages \
+ ${RUN_DEP_LIST}
EXTRACT_ONLY= xemacs-${VERSION}.tar.gz xemacs-${VERSION}-elc.tar.gz \
xemacs-${VERSION}-info.tar.gz
@@ -40,7 +42,6 @@ INSTALL_COOKIE= ${WRKDIR}/.install_done-${PKGNAME}
PACKAGE_COOKIE= ${WRKDIR}/.package_done-${PKGNAME}
GNU_CONFIGURE= yes
USE_AUTOCONF= yes
-MAKE_ENV= LANG=C
CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd
CONFIGURE_ARGS= --with-x11 \
--with-xim=no \
@@ -70,7 +71,6 @@ INSTALL_TARGET= install-arch-dep
PLIST?= ${PKGLDIR}/PLIST
PLIST_SUB= XEMACS_DIR=${XEMACS_DIR} ARCH_SUBDIR=${ARCH_SUBDIR}
-
MAJOR_VERSION= 21.1
VERSION= 21.1.6
EMACS_CMD= xemacs-${VERSION}