diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel/Makefile | 3 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 3 | ||||
-rw-r--r-- | editors/xemacs20/Makefile | 3 | ||||
-rw-r--r-- | editors/xemacs21/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 395b74b..7b548cc 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.22 1998/10/01 19:29:50 gj Exp $ +# $Id: Makefile,v 1.23 1998/10/07 21:37:20 gj Exp $ # DISTNAME= xemacs-20.4 @@ -26,6 +26,7 @@ USE_GMAKE= yes STRIP= HAS_CONFIGURE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \ + --with-clash-detection \ --lockdir=/var/run/emacs/lock \ --with-sound=native \ --site-includes=${PREFIX}/include \ diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 395b74b..7b548cc 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.22 1998/10/01 19:29:50 gj Exp $ +# $Id: Makefile,v 1.23 1998/10/07 21:37:20 gj Exp $ # DISTNAME= xemacs-20.4 @@ -26,6 +26,7 @@ USE_GMAKE= yes STRIP= HAS_CONFIGURE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \ + --with-clash-detection \ --lockdir=/var/run/emacs/lock \ --with-sound=native \ --site-includes=${PREFIX}/include \ diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 395b74b..7b548cc 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.22 1998/10/01 19:29:50 gj Exp $ +# $Id: Makefile,v 1.23 1998/10/07 21:37:20 gj Exp $ # DISTNAME= xemacs-20.4 @@ -26,6 +26,7 @@ USE_GMAKE= yes STRIP= HAS_CONFIGURE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \ + --with-clash-detection \ --lockdir=/var/run/emacs/lock \ --with-sound=native \ --site-includes=${PREFIX}/include \ diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 395b74b..7b548cc 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.22 1998/10/01 19:29:50 gj Exp $ +# $Id: Makefile,v 1.23 1998/10/07 21:37:20 gj Exp $ # DISTNAME= xemacs-20.4 @@ -26,6 +26,7 @@ USE_GMAKE= yes STRIP= HAS_CONFIGURE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \ + --with-clash-detection \ --lockdir=/var/run/emacs/lock \ --with-sound=native \ --site-includes=${PREFIX}/include \ |