summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-10-03 17:01:29 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-10-03 17:01:29 +0000
commite0e59e205c8515de248f437621845869e7c2f18c (patch)
treef07dbdb10e2c8d0daf08d604faea103dd56fce30 /astro
parent- New port: devel/tcllauncher (diff)
astro/gmapcatcher: switch from py-imaging to py-pillow
- USES python With hat: python Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=369916
Diffstat (limited to 'astro')
-rw-r--r--astro/gmapcatcher/Makefile7
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