diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/py-chart | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) | |
download | ports-eb08c5441cf4772f805b99523084b12164ed2495.tar.gz ports-eb08c5441cf4772f805b99523084b12164ed2495.zip |
Notes
Diffstat (limited to 'graphics/py-chart')
-rw-r--r-- | graphics/py-chart/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index 7b3384ffc0d0..05ddf8feb319 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: PyChart -# Date created: Aug 4, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= chart PORTVERSION= 1.39 @@ -23,4 +18,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyChart +NO_STAGE= yes .include <bsd.port.mk> |