diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
commit | 942c2a28be6e560a605ebc033cdb2621880953d1 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /math/ngraph | |
parent | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (diff) | |
download | ports-942c2a28be6e560a605ebc033cdb2621880953d1.tar.gz ports-942c2a28be6e560a605ebc033cdb2621880953d1.zip |
Notes
Diffstat (limited to 'math/ngraph')
-rw-r--r-- | math/ngraph/Makefile | 9 |
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> |