summaryrefslogtreecommitdiff
path: root/print/lyx-devel
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1997-12-24 01:21:47 +0000
committerAlexander Langer <alex@FreeBSD.org>1997-12-24 01:21:47 +0000
commitdab61dff141cf6f3c73d292a0b3d51f7c627db07 (patch)
tree28fae1fb481b10b7b6210a2472019866db9d8bac /print/lyx-devel
parentThe Christmas Wine: update to 971221 version of WINE (diff)
No need to use += on first appearance of variables.
Notes
Notes: svn path=/head/; revision=9161
Diffstat (limited to 'print/lyx-devel')
-rw-r--r--print/lyx-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile
index c1dd6247f5cf..c4255be27c2e 100644
--- a/print/lyx-devel/Makefile
+++ b/print/lyx-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $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: