diff options
author | asami <asami@FreeBSD.org> | 1995-06-26 09:13:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-06-26 09:13:58 +0000 |
commit | f6860220b5558b05ae6c2da9736a2a79285d456d (patch) | |
tree | 5c77f048da650d5f62690003d7c289d1c676d95e /editors | |
parent | 6ff19a11630431ffb43ac9fc9f12aad06e359efe (diff) | |
download | FreeBSD-ports-f6860220b5558b05ae6c2da9736a2a79285d456d.zip FreeBSD-ports-f6860220b5558b05ae6c2da9736a2a79285d456d.tar.gz |
While I'm at it, add "--with-x-toolkit" to the configure args. It
looks much nicer that way.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs19/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 1fb1248..bcfb5b5 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/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: diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 1fb1248..bcfb5b5 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: diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 1fb1248..bcfb5b5 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/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: diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 1fb1248..bcfb5b5 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/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: diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 1fb1248..bcfb5b5 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/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: |