diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-03-04 18:55:23 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-03-04 18:55:23 +0800 |
commit | f248f6a5c2024ae1cac4858af892eff51ce83cd2 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /astro/gmapcatcher/Makefile | |
parent | fe491b3e430f625dda9b358003d21dde0c9e9ccd (diff) | |
download | freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.tar.gz freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.tar.zst freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.zip |
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Diffstat (limited to 'astro/gmapcatcher/Makefile')
-rw-r--r-- | astro/gmapcatcher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/gmapcatcher/Makefile b/astro/gmapcatcher/Makefile index bed6a788dd29..ed9fad4c4d80 100644 --- a/astro/gmapcatcher/Makefile +++ b/astro/gmapcatcher/Makefile @@ -10,7 +10,7 @@ MAINTAINER= kevlo@FreeBSD.org COMMENT= Offline map viewer RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g} USE_GNOME= pygtk2 |