diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-14 09:32:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-14 09:32:06 +0800 |
commit | fc24f28c1c3b55f42fa045e3514033cf630b9665 (patch) | |
tree | 25b55fc3d32960dbe7f20f3f36f3c33d910a37ea /sysutils/cfvers | |
parent | 25330b665064aed9c8922de9b0c7c852984b644f (diff) | |
download | freebsd-ports-gnome-fc24f28c1c3b55f42fa045e3514033cf630b9665.tar.gz freebsd-ports-gnome-fc24f28c1c3b55f42fa045e3514033cf630b9665.tar.zst freebsd-ports-gnome-fc24f28c1c3b55f42fa045e3514033cf630b9665.zip |
Fix the py-PySQLite dependency.
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Reported by: Kris' makeindex script
Diffstat (limited to 'sysutils/cfvers')
-rw-r--r-- | sysutils/cfvers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cfvers/Makefile b/sysutils/cfvers/Makefile index 299ae62f8784..4db1ca60e7fe 100644 --- a/sysutils/cfvers/Makefile +++ b/sysutils/cfvers/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Configuration versioning system -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite10 USE_GMAKE= yes USE_PYTHON= yes |