diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-05 06:45:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-05 06:45:24 +0800 |
commit | 455ca96b8130be36f3eec4883f44eb547648915c (patch) | |
tree | 89a8546aeba7225f4f34ebfb78fb2587880f2af8 /graphics | |
parent | bcaf3bd8c995d68d1d8654ebca9c429351649054 (diff) | |
download | freebsd-ports-gnome-455ca96b8130be36f3eec4883f44eb547648915c.tar.gz freebsd-ports-gnome-455ca96b8130be36f3eec4883f44eb547648915c.tar.zst freebsd-ports-gnome-455ca96b8130be36f3eec4883f44eb547648915c.zip |
Unbreak, this port depended on both py-imaging and py-pillow (via py-reportlab2)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/skencil/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index c853f8abdc97..4b8160053969 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -3,7 +3,7 @@ PORTNAME= skencil PORTVERSION= 1.0.a784 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE PROJECTHOST= sk1 @@ -14,8 +14,8 @@ COMMENT= Interactive drawing program LICENSE= LGPL20 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}reportlab2>=0:${PORTSDIR}/print/py-reportlab2 \ ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYXML} |