diff options
author | asami <asami@FreeBSD.org> | 1998-12-02 16:40:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-02 16:40:00 +0800 |
commit | 66b0040ce3b9af479ac47f36c02e90122372ee1d (patch) | |
tree | f843bceb6bfaf2d8b615e8fb08fea5c94fbbc091 /editors/mule | |
parent | b2df07cb4811171d91dde4e813f8622e3b78c892 (diff) | |
download | freebsd-ports-graphics-66b0040ce3b9af479ac47f36c02e90122372ee1d.tar.gz freebsd-ports-graphics-66b0040ce3b9af479ac47f36c02e90122372ee1d.tar.zst freebsd-ports-graphics-66b0040ce3b9af479ac47f36c02e90122372ee1d.zip |
(Hopefully last) USE_XLIB.
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 0e3c557f801..e8b0e7f7279 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -3,7 +3,7 @@ # Date created: 6 July 1997 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.32 1998/09/21 22:33:05 steve Exp $ +# $Id: Makefile,v 1.33 1998/10/07 08:11:28 asami Exp $ # DISTNAME= mule-2.3 @@ -25,6 +25,7 @@ RUN_DEPENDS= ${PREFIX}/share/${EMACS_PREFIX}/19.34/lisp/mule.el:${PORTSDIR}/edit LIB_DEPENDS= ${LIB_INPUT_METHOD} BUILD_DEPENDS= ${BUILD_INPUT_METHOD} +USE_XLIB= yes EXTRACT_ONLY= emacs-19.34b.tar.gz WRKSRC= ${WRKDIR}/emacs-19.34 PATCHDIR= ${.CURDIR}/../../editors/mule-common/patches |