summaryrefslogtreecommitdiff
path: root/graphics/plotutils
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-06-26 04:53:29 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-06-26 04:53:29 +0000
commit1033df73845079101f8094773cfeda552e4e9ff8 (patch)
tree214c92f9372ed4c2b77232647dd27c56428b2905 /graphics/plotutils
parentread.me changed again. It actually says "15.15", so the rest of (diff)
No need to use += if a variable is defined only once.
By the way, I see that this ports uses HAVE_MOTIF to turn on Motif support, but I don't see any patches. Does this port follow our guidelines for Motif support (MOTIFLIB and all)? In particular, what happens if you build a package on a machine with HAVE_MOTIF and MOTIF_STATIC defined if you have both shared and static libXm?
Notes
Notes: svn path=/head/; revision=11539
Diffstat (limited to 'graphics/plotutils')
-rw-r--r--graphics/plotutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 304f0cb59315..747d8340e1be 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 June 1998
# Whom: Chuck Robey (chuckr)
#
-# $Id: Makefile,v 1.19 1998/05/04 20:23:27 jseger Exp $
+# $Id: Makefile,v 1.1.1.1 1998/06/20 03:09:11 chuckr Exp $
#
DISTNAME= plotutils-2.1.1
@@ -15,7 +15,7 @@ MAINTAINER= chuckr@FreeBSD.ORG
GNU_CONFIGURE= yes
.ifdef HAVE_MOTIF
-CONFIGURE_ARGS+=--with-motif
+CONFIGURE_ARGS= --with-motif
.endif
post-install: