diff options
author | alex <alex@FreeBSD.org> | 1997-12-24 09:21:47 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1997-12-24 09:21:47 +0800 |
commit | 81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59 (patch) | |
tree | 4a42a978650c3b49c7da351295e4c90edaf0251f /x11/xlockmore | |
parent | abf612f4bd49f654e032a8a43ec209cb3827fdf9 (diff) | |
download | freebsd-ports-gnome-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.tar.gz freebsd-ports-gnome-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.tar.zst freebsd-ports-gnome-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.zip |
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 |