diff options
author | taoka <taoka@FreeBSD.org> | 1999-10-26 01:03:45 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-10-26 01:03:45 +0000 |
commit | b6db6746e95fca7bb9f737162b39331a695bd9fc (patch) | |
tree | b3851917a0768105cd5cb18d13521f512e25109f /editors/xemacs21-mule | |
parent | 58b85752bbe829ba9b70ea6a4dca485dc82d563c (diff) | |
download | FreeBSD-ports-b6db6746e95fca7bb9f737162b39331a695bd9fc.zip FreeBSD-ports-b6db6746e95fca7bb9f737162b39331a695bd9fc.tar.gz |
Update xemacs-mule-sumo-packages and xemacs-sumo-packages to lastest version
Remove xemacs-mule-base-packages from DEPENDS of xemacs-mule/Makefile because
bugs in the previous version xemacs{,-mule}-sumo-packages were fixed.
Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
Obtained from: ports-jp@jp.freebsd.org
Diffstat (limited to 'editors/xemacs21-mule')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index be29780..7d7c028 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -21,16 +21,14 @@ DIST_SUBDIR= xemacs MAINTAINER?= kiri@kiri.toba-cmt.ac.jp -BUILD_DEPENDS= ${PREFIX}/lib/xemacs/mule-packages/lisp/mule-base/japan-util.el:${PORTSDIR}/editors/xemacs-mule-base-packages \ - ${BUILD_DEP_LIST} +BUILD_DEPENDS= ${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= ${PREFIX}/lib/xemacs/mule-packages/lisp/mule-base/japan-util.el:${PORTSDIR}/editors/xemacs-mule-base-packages \ - ${RUN_DEP_LIST} +RUN_DEPENDS= ${RUN_DEP_LIST} EXTRACT_ONLY= xemacs-${VERSION}.tar.gz xemacs-${VERSION}-elc.tar.gz \ xemacs-${VERSION}-info.tar.gz |