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 /devel/bzr-git | |
parent | 243c0ad4d0252af27fdabdff1c8e04581608e044 (diff) |
Notes
Diffstat (limited to 'devel/bzr-git')
-rw-r--r-- | devel/bzr-git/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/bzr-git/Makefile b/devel/bzr-git/Makefile index e8c379e3ad0a..8f27918e7b10 100644 --- a/devel/bzr-git/Makefile +++ b/devel/bzr-git/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-git -# Date created: 9 August 2010 -# Whom: Carlo Strub -# +# Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= bzr-git PORTVERSION= 0.6.8 @@ -20,7 +16,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr \ py*-dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= 2.5+ |