diff options
author | gj <gj@FreeBSD.org> | 2000-01-12 04:12:05 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2000-01-12 04:12:05 +0800 |
commit | 4f283e1a65c8117d8cdbc9da6e75ba8ad0c99e2a (patch) | |
tree | 109d65a1f73d03f6dbfa0d67e8c89c30f55f45d4 /editors/xemacs | |
parent | 1ced15279c5db2284c068a5a92357faa4c53f8f5 (diff) | |
download | freebsd-ports-gnome-4f283e1a65c8117d8cdbc9da6e75ba8ad0c99e2a.tar.gz freebsd-ports-gnome-4f283e1a65c8117d8cdbc9da6e75ba8ad0c99e2a.tar.zst freebsd-ports-gnome-4f283e1a65c8117d8cdbc9da6e75ba8ad0c99e2a.zip |
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/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 |