diff options
author | magick <magick@pkgsrc.org> | 2005-04-25 17:23:50 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2005-04-25 17:23:50 +0000 |
commit | 508a40bfc558aec97ce5aa8f7c3aa8b23f10a951 (patch) | |
tree | 967da804638bb75d9d4436fb1f66c9a758fd66f8 /editors/xemacs/PLIST | |
parent | 17f7b33feb8d9eaf4557651a7363cc006fa71626 (diff) | |
download | pkgsrc-508a40bfc558aec97ce5aa8f7c3aa8b23f10a951.tar.gz |
Xemacs and Xemacs-nox11 share the same PLIST but netbsd-x11 doesn't
install mule-x-init.elc which breaks "make package"
Fix this by uncommenting the entry for mule-x-init.elc in the
nox11 package as suggested by the submitter of pr 30020.
This fixes pr 30020
Diffstat (limited to 'editors/xemacs/PLIST')
-rw-r--r-- | editors/xemacs/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/PLIST b/editors/xemacs/PLIST index 7bb2e82c6a3..a0b10303085 100644 --- a/editors/xemacs/PLIST +++ b/editors/xemacs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2005/03/03 16:16:03 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.12 2005/04/25 17:23:50 magick Exp $ bin/${DISTNAME} bin/ellcc bin/gnuattach @@ -1103,7 +1103,7 @@ lib/${DISTNAME}/lisp/mule/mule-misc.elc lib/${DISTNAME}/lisp/mule/mule-tty-init.el${ELSUFX} lib/${DISTNAME}/lisp/mule/mule-tty-init.elc lib/${DISTNAME}/lisp/mule/mule-x-init.el${ELSUFX} -lib/${DISTNAME}/lisp/mule/mule-x-init.elc +${X11ONLY}lib/${DISTNAME}/lisp/mule/mule-x-init.elc lib/${DISTNAME}/lisp/mule/thai-xtis-chars.el${ELSUFX} lib/${DISTNAME}/lisp/mule/thai-xtis-chars.elc lib/${DISTNAME}/lisp/mule/thai-xtis.el${ELSUFX} |