svn commit: r328273 - head/devel/py-pygit2
William Grzybowski
wg at FreeBSD.org
Wed Sep 25 12:21:32 UTC 2013
Author: wg
Date: Wed Sep 25 12:21:31 2013
New Revision: 328273
URL: http://svnweb.freebsd.org/changeset/ports/328273
Log:
devel/py-pygit2: enable staging
- Enable staging
- Convert lib depends to new format
Modified:
head/devel/py-pygit2/Makefile
Modified: head/devel/py-pygit2/Makefile
==============================================================================
--- head/devel/py-pygit2/Makefile Wed Sep 25 12:19:08 2013 (r328272)
+++ head/devel/py-pygit2/Makefile Wed Sep 25 12:21:31 2013 (r328273)
@@ -10,10 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg at 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>
More information about the svn-ports-head
mailing list