diff options
Diffstat (limited to 'graphics/py-pycha/Makefile')
-rw-r--r-- | graphics/py-pycha/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index 51abba345772..30e5565fadd3 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -10,10 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Library for making charts with Python -LICENSE= LGPL3 +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes OPTIONS_DEFINE= CAIRO OPTIONS_DEFAULT= CAIRO |