svn commit: r353078 - head/devel/py-statgrab

Baptiste Daroussin bapt at FreeBSD.org
Tue May 6 09:23:04 UTC 2014


Author: bapt
Date: Tue May  6 09:23:03 2014
New Revision: 353078
URL: http://svnweb.freebsd.org/changeset/ports/353078
QAT: https://qat.redports.org/buildarchive/r353078/

Log:
  Support stage
  
  PR:		ports/188562
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>

Modified:
  head/devel/py-statgrab/Makefile

Modified: head/devel/py-statgrab/Makefile
==============================================================================
--- head/devel/py-statgrab/Makefile	Tue May  6 08:16:59 2014	(r353077)
+++ head/devel/py-statgrab/Makefile	Tue May  6 09:23:03 2014	(r353078)
@@ -13,9 +13,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	tdb at FreeBSD.org
-COMMENT=	A set of Python bindings for libstatgrab
+COMMENT=	Set of Python bindings for libstatgrab
 
-LIB_DEPENDS=	statgrab.8:${PORTSDIR}/devel/libstatgrab
+LIB_DEPENDS=	libstatgrab.so:${PORTSDIR}/devel/libstatgrab
 
 DIST_SUBDIR=	i-scream
 USES=		pkgconfig
@@ -23,5 +23,4 @@ USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	pystatgrab
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list