diff options
author | asami <asami@FreeBSD.org> | 2000-03-13 02:51:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-03-13 02:51:31 +0800 |
commit | 82bb9115944de63b666ea1e77a2294ec3be4443f (patch) | |
tree | 65d55cbfd819fc650a182a01063df5d716de4682 /math/grace | |
parent | b2d966bc57e66a04a7f5b40a8d3ca310d187b2db (diff) | |
download | freebsd-ports-gnome-82bb9115944de63b666ea1e77a2294ec3be4443f.tar.gz freebsd-ports-gnome-82bb9115944de63b666ea1e77a2294ec3be4443f.tar.zst freebsd-ports-gnome-82bb9115944de63b666ea1e77a2294ec3be4443f.zip |
Typo fix (REQUIRE_MOTIF -> REQUIRES_MOTIF).
PR: 15523
Reported by: Maintainer
Diffstat (limited to 'math/grace')
-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 \ |