diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pygit2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-pygit2/Makefile b/devel/py-pygit2/Makefile index 87dc4d1b485a..b4b99156552e 100644 --- a/devel/py-pygit2/Makefile +++ b/devel/py-pygit2/Makefile @@ -10,10 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Python bindings for libgit2 -LIB_DEPENDS= git2:${PORTSDIR}/devel/libgit2 +LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2 USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include <bsd.port.mk> |