summaryrefslogtreecommitdiff
path: root/math/plplot
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 /math/plplot
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 'math/plplot')
-rw-r--r--math/plplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile
index e2abbe821713..f19e0049f1d8 100644
--- a/math/plplot/Makefile
+++ b/math/plplot/Makefile
@@ -3,7 +3,7 @@
# Date created: 03 Oct 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1997/11/29 23:20:20 jseger Exp $
+# $Id: Makefile,v 1.3 1997/11/30 21:12:15 jseger Exp $
#
DISTNAME= plplot4p99j
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://dino.ph.utexas.edu/plplot/distrib/alpha/
MAINTAINER= tg@FreeBSD.ORG
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-gcc=yes --with-double=yes
+CONFIGURE_ARGS= --with-gcc=yes --with-double=yes
post-patch:
@perl -pi.bak -e "s|/usr/local/plplot/lib|${PREFIX}/lib/plplot|g;" \