diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-26 09:13:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-26 09:13:58 +0000 |
commit | ae6515a2cb3ec108b32f45d68a1406514c628f49 (patch) | |
tree | 9d5a43fc70391aa50fc29ddab7d6069391e840b5 /editors/emacs19 | |
parent | 0a371ef8fb7ecceff8c3ef7f83e864fd19da1ef4 (diff) | |
download | ports-ae6515a2cb3ec108b32f45d68a1406514c628f49.tar.gz ports-ae6515a2cb3ec108b32f45d68a1406514c628f49.zip |
Notes
Diffstat (limited to 'editors/emacs19')
-rw-r--r-- | editors/emacs19/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 1fb1248c1a56..bcfb5b597ed2 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.15 1995/06/26 05:58:07 asami Exp $ +# $Id: Makefile,v 1.16 1995/06/26 08:25:34 asami Exp $ # DISTNAME= emacs-19.29 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ HAS_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} +CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit STRIP= post-install: |