diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-16 22:58:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-16 22:58:59 +0000 |
commit | 0b9169f1a16b4285b8a8da42fb3a9c8ccdf3ccdf (patch) | |
tree | 6d39f265c4e88ead3b27143c2eb9244911e4103e /editors/emacs22 | |
parent | b74e38156d41a2b966a99c43117bb0e3a6f0562a (diff) | |
download | ports-0b9169f1a16b4285b8a8da42fb3a9c8ccdf3ccdf.tar.gz ports-0b9169f1a16b4285b8a8da42fb3a9c8ccdf3ccdf.zip |
Notes
Diffstat (limited to 'editors/emacs22')
-rw-r--r-- | editors/emacs22/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 9957ad38ce08..7a7615570457 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.32 1998/09/14 07:26:02 asami Exp $ +# $Id: Makefile,v 1.33 1999/01/02 12:26:10 kuriyama Exp $ # DISTNAME= emacs-19.34b @@ -17,6 +17,7 @@ PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/emacs-19.34 GNU_CONFIGURE= yes +USE_XLIB= yes USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \ --sharedstatedir=/var/run |