diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-12 18:51:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-12 18:51:31 +0000 |
commit | c7ae9b37c67ae0b7beada648ff608209d9d5c692 (patch) | |
tree | 0b6e334ace3b18c735b5dc728c80effdcc215645 /math/grace/Makefile | |
parent | Revert to rev. 1.3, I verified that this is indeed the file on the master site. (diff) |
Typo fix (REQUIRE_MOTIF -> REQUIRES_MOTIF).
PR: 15523
Reported by: Maintainer
Diffstat (limited to '')
-rw-r--r-- | math/grace/Makefile | 2 |
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 \ |