aboutsummaryrefslogtreecommitdiff
path: root/math/grace
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-12 07:43:47 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-12 07:43:47 +0000
commit5e8df11af8c607095d721876c4503aca990b0d73 (patch)
tree30dd56f1f65d119ee180dcd154e6dd982975ac04 /math/grace
parentde0ca7f1e2ff8ac667051b0c3a7637a791f05996 (diff)
downloadports-5e8df11af8c607095d721876c4503aca990b0d73.tar.gz
ports-5e8df11af8c607095d721876c4503aca990b0d73.zip
Um, it's REQUIRE*S*_MOTIF, not REQUIRE_MOTIF.... ;)
Notes
Notes: svn path=/head/; revision=18798
Diffstat (limited to 'math/grace')
-rw-r--r--math/grace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile
index 7736365892f2..1e191bd1987f 100644
--- a/math/grace/Makefile
+++ b/math/grace/Makefile
@@ -3,7 +3,7 @@
# Date created: Dec 28 1998
# Whom: Lars Koeller <lkoeller@cc.fh-lippe.de>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/03/18 08:41:40 taoka Exp $
#
DISTNAME= grace-5.0.1
@@ -32,7 +32,7 @@ LIB_DEPENDS= Xbae.6:${PORTSDIR}/x11-toolkits/xbae \
tiff.4:${PORTSDIR}/graphics/tiff34
USE_X_PREFIX= YES
-REQUIRE_MOTIF= YES
+REQUIRES_MOTIF= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS= -prefix=${X11BASE} \
--enable-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include:${LOCALBASE}/include/tiff34:${LOCALBASE}/include/gd \