From dab61dff141cf6f3c73d292a0b3d51f7c627db07 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Wed, 24 Dec 1997 01:21:47 +0000 Subject: No need to use += on first appearance of variables. --- print/lyx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/lyx') diff --git a/print/lyx/Makefile b/print/lyx/Makefile index c1dd6247f5cf..c4255be27c2e 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm # -# $Id: Makefile,v 1.11 1997/10/24 15:18:16 obrien Exp $ +# $Id: Makefile,v 1.12 1997/10/29 18:26:01 obrien Exp $ # DISTNAME= lyx-0.11.45 @@ -20,7 +20,7 @@ LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \ GNU_CONFIGURE= yes STRIP= -CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" +CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" MAN1= lyx.1 post-install: -- cgit v1.2.3