diff options
author | gj <gj@FreeBSD.org> | 2000-01-11 20:12:05 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2000-01-11 20:12:05 +0000 |
commit | 4f283e1a65c8117d8cdbc9da6e75ba8ad0c99e2a (patch) | |
tree | 109d65a1f73d03f6dbfa0d67e8c89c30f55f45d4 /editors/xemacs21/Makefile | |
parent | 1ced15279c5db2284c068a5a92357faa4c53f8f5 (diff) | |
download | FreeBSD-ports-4f283e1a65c8117d8cdbc9da6e75ba8ad0c99e2a.zip FreeBSD-ports-4f283e1a65c8117d8cdbc9da6e75ba8ad0c99e2a.tar.gz |
Another change to support using this with xemacs-mule.
PR: 16051 (partly)
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Diffstat (limited to 'editors/xemacs21/Makefile')
-rw-r--r-- | editors/xemacs21/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 893726c..cbafac3 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/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 |