summaryrefslogtreecommitdiff
path: root/math/ngraph/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 07:00:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 07:00:44 +0000
commit942c2a28be6e560a605ebc033cdb2621880953d1 (patch)
tree567d3c4f39ba679f84c7c393db293295d2f6b632 /math/ngraph/Makefile
parentConvert from USE_MOTIF to USES=motif (diff)
Convert from USE_MOTIF to USES=motif
While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
Notes
Notes: svn path=/head/; revision=322622
Diffstat (limited to 'math/ngraph/Makefile')
-rw-r--r--math/ngraph/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile
index 24a0c6dba540..6ae81069d8c6 100644
--- a/math/ngraph/Makefile
+++ b/math/ngraph/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ngraph
-# Date created: 18 Aug 1999
-# Whom: nobu@rd.isac.co.jp
-#
+# Created by: nobu@rd.isac.co.jp
# $FreeBSD$
-#
PORTNAME= ngraph
PORTVERSION= 6.3.51
@@ -16,7 +12,6 @@ DISTNAME= Ngraph-${PORTVERSION}-src
MAINTAINER= sanpei@FreeBSD.org
COMMENT= XY plotting tool for students, scientists, and engineers
-USE_MOTIF= yes
-USE_GMAKE= yes
+USES= make motif
.include <bsd.port.mk>