missed commit for py-Imaging -> py-Pillow (it's BROKEN anyway but

sqlports noticed)
This commit is contained in:
sthen 2014-04-08 10:19:21 +00:00
parent 8ade66f80d
commit ac7547d5d7

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2013/08/20 22:05:54 zhuk Exp $
# $OpenBSD: Makefile,v 1.20 2014/04/08 10:19:21 sthen Exp $
BROKEN= triggers unlocking a mutex which is not locked (bug probably in py-gtk2, but some other py-gtk2 ports do still work)
@ -7,7 +7,7 @@ COMMENT= offline maps viewer
MODPY_EGG_VERSION= 0.7.6.1
DISTNAME= GMapCatcher-${MODPY_EGG_VERSION}
PKGNAME= gmapcatcher-${MODPY_EGG_VERSION}
REVISION= 6
REVISION= 7
CATEGORIES= geo x11
@ -24,11 +24,11 @@ MODULES= lang/python
BUILD_DEPENDS= x11/py-gtk2 \
databases/py-sqlite2 \
graphics/py-Imaging
graphics/py-Pillow
RUN_DEPENDS= x11/py-gtk2 \
databases/py-sqlite2 \
graphics/py-Imaging \
graphics/py-Pillow \
devel/desktop-file-utils
USE_GROFF= Yes