aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-05-12 15:43:47 +0800
committerasami <asami@FreeBSD.org>1999-05-12 15:43:47 +0800
commitf296f07e0a10bbbbf080cc37e2f25d339aa3bf0d (patch)
tree2019b9d4073299c1f44d04e6da558b8a34268044
parent8bf9ed28010e186a428aa448d1e79025026df1ab (diff)
downloadfreebsd-ports-gnome-f296f07e0a10bbbbf080cc37e2f25d339aa3bf0d.tar.gz
freebsd-ports-gnome-f296f07e0a10bbbbf080cc37e2f25d339aa3bf0d.tar.zst
freebsd-ports-gnome-f296f07e0a10bbbbf080cc37e2f25d339aa3bf0d.zip
Um, it's REQUIRE*S*_MOTIF, not REQUIRE_MOTIF.... ;)
-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 \