diff options
author | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
commit | dab61dff141cf6f3c73d292a0b3d51f7c627db07 (patch) | |
tree | 28fae1fb481b10b7b6210a2472019866db9d8bac /x11/xlockmore | |
parent | The Christmas Wine: update to 971221 version of WINE (diff) |
No need to use += on first appearance of variables.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 13acfb5c31f4..c8161054d5ea 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,7 +3,7 @@ # Date created: 9 November 1994 # Whom: smace # -# $Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp $ +# $Id: Makefile,v 1.24 1997/11/24 08:06:02 tg Exp $ # DISTNAME= xlockmore-4.06.1 @@ -16,7 +16,7 @@ MAINTAINER= tg@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-gl --without-motif --without-sx --without-mesagl \ +CONFIGURE_ARGS= --without-gl --without-motif --without-sx --without-mesagl \ --without-editres --without-dtsaver --without-rplay \ --without-nas --enable-mouse-motion USE_X11= yes |