diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2000-01-11 20:12:05 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2000-01-11 20:12:05 +0000 |
commit | 10e463be45e54d5c395909a72018efb48aa83c20 (patch) | |
tree | cc39f29df21a3f839b98775fece2f9d87d540bc1 /editors/xemacs | |
parent | 1b0d72c0dc3b3ffec8377b7633752a9680a29412 (diff) |
Another change to support using this with xemacs-mule.
PR: 16051 (partly)
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes
Notes:
svn path=/head/; revision=24651
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 893726ca4af3..cbafac3194c2 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -18,13 +18,11 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME} MAINTAINER= gj@FreeBSD.org -.if !defined(MULE_COMMON) RUN_DEPENDS+= ${PREFIX}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -.endif XEMACS_REL= 21.1 XEMACS_VER= 21.1.8 |