diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-05 14:59:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-05 14:59:24 +0800 |
commit | 49eb9dd87943fce544ffc02fae511f2d5f4a0ae5 (patch) | |
tree | dc53e46b4aa16cd80ce1542bdb6ac6e2e627a7cf /print | |
parent | a7323525bd5ff8bb6126844754ab9b85c312044a (diff) | |
download | freebsd-ports-gnome-49eb9dd87943fce544ffc02fae511f2d5f4a0ae5.tar.gz freebsd-ports-gnome-49eb9dd87943fce544ffc02fae511f2d5f4a0ae5.tar.zst freebsd-ports-gnome-49eb9dd87943fce544ffc02fae511f2d5f4a0ae5.zip |
Unbreak py-satchmo, it depended on both py-imaging (self+via py-sorl-thumbnail) and py-pillow (via py-trml2pdf)
Diffstat (limited to 'print')
-rw-r--r-- | print/py-trml2pdf/Makefile | 7 | ||||
-rw-r--r-- | print/py-trml2pdf/pkg-plist | 5 |
2 files changed, 3 insertions, 9 deletions
diff --git a/print/py-trml2pdf/Makefile b/print/py-trml2pdf/Makefile index 1528343f1fc7..d2a0b27cd2a8 100644 --- a/print/py-trml2pdf/Makefile +++ b/print/py-trml2pdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= trml2pdf PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print python MASTER_SITES= SF/kraft/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org COMMENT= Tiny RML2PDF easily creates PDF documents -RUN_DEPENDS= ${LOCALBASE}/bin/pildriver.py:${PORTSDIR}/graphics/py-imaging \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 NO_BUILD= yes -USES= tar:bzip2 -USE_PYTHON= yes +USES= python tar:bzip2 DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} diff --git a/print/py-trml2pdf/pkg-plist b/print/py-trml2pdf/pkg-plist index 82de82b1af9f..d50f884c3677 100644 --- a/print/py-trml2pdf/pkg-plist +++ b/print/py-trml2pdf/pkg-plist @@ -36,8 +36,3 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rmls/pict/replogo.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rmls/pict/screenshot.jpg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rmls/pict/tiny_logo.png -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rmls/pict -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rmls -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/trml2pdf |