diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 22:45:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 22:45:24 +0000 |
commit | 9f55225becf628f7439f153e73bd9ecf548a633e (patch) | |
tree | 89a8546aeba7225f4f34ebfb78fb2587880f2af8 | |
parent | Unbreak, this port depended on both py-imaging and py-pillow (via py-reportlab2) (diff) |
Unbreak, this port depended on both py-imaging and py-pillow (via py-reportlab2)
Notes
Notes:
svn path=/head/; revision=370009
-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} |