diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 15:02:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 15:02:33 +0800 |
commit | 7cad60f92913560aab92c8ac2273a220a7aad8dd (patch) | |
tree | ebf62f3a7c49697bb276959195882cbf241d693e | |
parent | 2ea731964eb67c501dccc7db3bd1e17a299faa62 (diff) | |
download | freebsd-ports-gnome-7cad60f92913560aab92c8ac2273a220a7aad8dd.tar.gz freebsd-ports-gnome-7cad60f92913560aab92c8ac2273a220a7aad8dd.tar.zst freebsd-ports-gnome-7cad60f92913560aab92c8ac2273a220a7aad8dd.zip |
Fix typo
-rw-r--r-- | math/ngraph/Makefile | 2 |
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> |