diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-21 09:58:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-21 09:58:29 +0000 |
commit | ad54765d9a7650e6b2383696f9f2878ea44dce9b (patch) | |
tree | 6373add91269fb5e37de71cc1d4002b706c3b438 /textproc | |
parent | 4f44c208eafc485b5e4c6862334f8a7c300706a5 (diff) | |
download | ports-ad54765d9a7650e6b2383696f9f2878ea44dce9b.tar.gz ports-ad54765d9a7650e6b2383696f9f2878ea44dce9b.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/coco/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index 5261f8e2743d..a604a189470f 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/Makefile @@ -3,7 +3,7 @@ # Date created: 7 July 1997 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.32 1998/10/07 21:57:56 asami Exp $ +# $Id: Makefile,v 1.33 1998/10/08 23:51:59 asami Exp $ # DISTNAME= mule-2.3 @@ -62,7 +62,7 @@ EMACS_EXECUTABLE = mule CONFIGURE_ARGS= i386--freebsd --with-executable=${EMACS_EXECUTABLE} \ --with-emacs-prefix=${EMACS_PREFIX} \ --with-terminal-face \ - --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \ + --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib STRIP= MAN1= coco.1 ctags.1 etags.1 m2ps.1 emacs.1 mule.1 |