diff options
Diffstat (limited to 'devel/py-pygit2/Makefile')
-rw-r--r-- | devel/py-pygit2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pygit2/Makefile b/devel/py-pygit2/Makefile index 76221fd44c2a..ee2ddd5e0669 100644 --- a/devel/py-pygit2/Makefile +++ b/devel/py-pygit2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygit2 -PORTVERSION= 0.19.1 +PORTVERSION= 0.20.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Python bindings for libgit2 -LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2 +LIB_DEPENDS= libgit2.so.0.20.0:${PORTSDIR}/devel/libgit2 USE_PYTHON= yes USE_PYDISTUTILS=yes |