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/xemacs21 | |
parent | 1b0d72c0dc3b3ffec8377b7633752a9680a29412 (diff) | |
download | ports-10e463be45e54d5c395909a72018efb48aa83c20.tar.gz ports-10e463be45e54d5c395909a72018efb48aa83c20.zip |
Notes
Diffstat (limited to 'editors/xemacs21')
-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 893726ca4af3..cbafac3194c2 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 |