aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-03-12 18:51:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-03-12 18:51:31 +0000
commitc7ae9b37c67ae0b7beada648ff608209d9d5c692 (patch)
tree0b6e334ace3b18c735b5dc728c80effdcc215645
parentab4726a5b3a86190ce02b8b1a8247463c1bb3dad (diff)
downloadports-c7ae9b37c67ae0b7beada648ff608209d9d5c692.tar.gz
ports-c7ae9b37c67ae0b7beada648ff608209d9d5c692.zip
Typo fix (REQUIRE_MOTIF -> REQUIRES_MOTIF).
PR: 15523 Reported by: Maintainer
Notes
Notes: svn path=/head/; revision=26783
-rw-r--r--math/grace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile
index 8548f51c0a97..e6f24fa99a3f 100644
--- a/math/grace/Makefile
+++ b/math/grace/Makefile
@@ -36,7 +36,7 @@ MAN1= grace.1 xmgrace.1 gracebat.1 grconvert.1
USE_X_PREFIX= YES
USE_GMAKE= YES
-REQUIRE_MOTIF= YES
+REQUIRES_MOTIF= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS= -prefix=${X11BASE} \
--enable-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include:${LOCALBASE}/include/gd \