svn commit: r370009 - head/graphics/skencil

Antoine Brodin antoine at FreeBSD.org
Sat Oct 4 22:45:25 UTC 2014


Author: antoine
Date: Sat Oct  4 22:45:24 2014
New Revision: 370009
URL: https://svnweb.freebsd.org/changeset/ports/370009
QAT: https://qat.redports.org/buildarchive/r370009/

Log:
  Unbreak, this port depended on both py-imaging and py-pillow (via py-reportlab2)

Modified:
  head/graphics/skencil/Makefile

Modified: head/graphics/skencil/Makefile
==============================================================================
--- head/graphics/skencil/Makefile	Sat Oct  4 22:38:23 2014	(r370008)
+++ head/graphics/skencil/Makefile	Sat Oct  4 22:45:24 2014	(r370009)
@@ -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}


More information about the svn-ports-head mailing list