diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
commit | 5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /astro/gmapcatcher | |
parent | 243c0ad4d0252af27fdabdff1c8e04581608e044 (diff) | |
download | ports-5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66.tar.gz ports-5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66.zip |
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Notes
Notes:
svn path=/head/; revision=313402
Diffstat (limited to 'astro/gmapcatcher')
-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 |