From 3eb0dd25b9f5fe7a889f4bcfb4a4bc7c91115cb2 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 10 Sep 1999 23:38:56 +0000 Subject: Add explicit tiff dependency so the "cd ../xemacs-mule; make" part will work. Despam the accidental ${CHOWN} -> chown backout. --- editors/xemacs21-mule-common/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/xemacs21-mule-common/Makefile b/editors/xemacs21-mule-common/Makefile index 455fb5371ebb..f5219e2a62fc 100644 --- a/editors/xemacs21-mule-common/Makefile +++ b/editors/xemacs21-mule-common/Makefile @@ -25,6 +25,7 @@ MAINTAINER= kiri@kiri.toba-cmt.ac.jp LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff \ compface.1:${PORTSDIR}/mail/faces USE_AUTOCONF= yes @@ -95,7 +96,7 @@ pre-install: post-install: # install xemacs-mule.sh into ${PREFIX}/etc/rc.d @${MKDIR} /var/run/emacs/lock - chmod 1777 /var/run/emacs/lock + ${CHMOD} 1777 /var/run/emacs/lock @${MKDIR} ${PREFIX}/etc/rc.d @${INSTALL_SCRIPT} ${FILESDIR}/xemacs-mule.sh ${PREFIX}/etc/rc.d @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} -- cgit v1.2.3