diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /print/py-reportlab2 | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) |
Notes
Diffstat (limited to 'print/py-reportlab2')
-rw-r--r-- | print/py-reportlab2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/py-reportlab2/Makefile b/print/py-reportlab2/Makefile index 3b1b439a2121..f52feec3bd0b 100644 --- a/print/py-reportlab2/Makefile +++ b/print/py-reportlab2/Makefile @@ -3,6 +3,7 @@ PORTNAME= reportlab2 PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= http://www.reportlab.com/ftp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -57,7 +58,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/fonts/adobe-cmaps/ac15/cid2code.txt:${PORTSDIR} .endif .if ${PORT_OPTIONS:MFREETYPE} -LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 .endif post-install: |