diff options
author | wg <wg@FreeBSD.org> | 2014-10-04 01:01:29 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-10-04 01:01:29 +0800 |
commit | 666dcef4af01b83e38fb39371c4661e7e5fe72f8 (patch) | |
tree | f07dbdb10e2c8d0daf08d604faea103dd56fce30 | |
parent | f22e02eec4b5de615f4d5d7a582013b83aeb87c7 (diff) | |
download | freebsd-ports-gnome-666dcef4af01b83e38fb39371c4661e7e5fe72f8.tar.gz freebsd-ports-gnome-666dcef4af01b83e38fb39371c4661e7e5fe72f8.tar.zst freebsd-ports-gnome-666dcef4af01b83e38fb39371c4661e7e5fe72f8.zip |
astro/gmapcatcher: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bapt, implicit)
-rw-r--r-- | astro/gmapcatcher/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/astro/gmapcatcher/Makefile b/astro/gmapcatcher/Makefile index 4586d5c3d449..1cc470b00e50 100644 --- a/astro/gmapcatcher/Makefile +++ b/astro/gmapcatcher/Makefile @@ -2,6 +2,7 @@ PORTNAME= gmapcatcher PORTVERSION= 0.8.0.4 +PORTREVISION= 1 CATEGORIES= astro geography MASTER_SITES= http://gmapcatcher.googlecode.com/files/ DISTNAME= mapcatcher_${PORTVERSION} @@ -9,15 +10,15 @@ DISTNAME= mapcatcher_${PORTVERSION} MAINTAINER= kevlo@FreeBSD.org COMMENT= Offline map viewer -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g} +USES= python USE_GNOME= pygtk2 -USE_PYTHON= yes +USE_PYTHON= autoplist distutils USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes -PLIST_SUB= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= DOCS |