svn commit: r337765 - head/graphics/py-freeimagepy

William Grzybowski wg at FreeBSD.org
Fri Dec 27 17:40:36 UTC 2013


Author: wg
Date: Fri Dec 27 17:40:35 2013
New Revision: 337765
URL: http://svnweb.freebsd.org/changeset/ports/337765

Log:
  graphics/py-freeimagepy: support staging

Deleted:
  head/graphics/py-freeimagepy/pkg-plist
Modified:
  head/graphics/py-freeimagepy/Makefile

Modified: head/graphics/py-freeimagepy/Makefile
==============================================================================
--- head/graphics/py-freeimagepy/Makefile	Fri Dec 27 17:38:09 2013	(r337764)
+++ head/graphics/py-freeimagepy/Makefile	Fri Dec 27 17:40:35 2013	(r337765)
@@ -9,16 +9,14 @@ PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	FreeImagePy_w_dll-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A FreeImage library python wrapper
+COMMENT=	FreeImage library python wrapper
 
-LIB_DEPENDS=	freeimage.3:${PORTSDIR}/graphics/freeimage
+LIB_DEPENDS=	libfreeimage.so:${PORTSDIR}/graphics/freeimage
 
 WRKSRC=		${WRKDIR}/FreeImagePy-${PORTVERSION}
 USE_BZIP2=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME=	FreeImagePy
-PYDISTUTILS_PKGVERSION=	2.0.0
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list