diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-07 14:55:18 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-07 14:55:18 +0000 |
commit | 1562606a984f70f7f26198deed7864d255d40019 (patch) | |
tree | 0e3bc6639d0d562b26abd4391aeceff97c92980c | |
parent | a475163ef3a9affa1a8da9d3c99193d7c7fa1147 (diff) | |
download | ports-1562606a984f70f7f26198deed7864d255d40019.tar.gz ports-1562606a984f70f7f26198deed7864d255d40019.zip |
Notes
-rw-r--r-- | print/p5-Net-Printer/Makefile | 2 | ||||
-rw-r--r-- | print/py-reportlab/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/p5-Net-Printer/Makefile b/print/p5-Net-Printer/Makefile index 1c347b6d2024..ad73a5b63d37 100644 --- a/print/p5-Net-Printer/Makefile +++ b/print/p5-Net-Printer/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= 5u623l20@gmail.com COMMENT= Perl extension for direct-to-lpd printing -LICENSE= BSD +LICENSE= BSD2CLAUSE USES= perl5 USE_PERL5= configure diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index cfaa97c4239e..ea42b8165316 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= 5u623l20@gmail.com COMMENT= Library to create PDF documents using the Python language -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow |