summaryrefslogtreecommitdiff
path: root/math/ngraph/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 07:02:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 07:02:33 +0000
commit0d2bf6b55adea7c415751f05426c8149da5ce643 (patch)
treeebf62f3a7c49697bb276959195882cbf241d693e /math/ngraph/Makefile
parentConvert from USE_MOTIF to USES=motif (diff)
Fix typo
Notes
Notes: svn path=/head/; revision=322623
Diffstat (limited to 'math/ngraph/Makefile')
-rw-r--r--math/ngraph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile
index 6ae81069d8c6..b1f2b72983c2 100644
--- a/math/ngraph/Makefile
+++ b/math/ngraph/Makefile
@@ -12,6 +12,6 @@ DISTNAME= Ngraph-${PORTVERSION}-src
MAINTAINER= sanpei@FreeBSD.org
COMMENT= XY plotting tool for students, scientists, and engineers
-USES= make motif
+USES= gmake motif
.include <bsd.port.mk>