svn commit: r356133 - head/graphics/mahotas

Vanilla I. Shu vanilla at FreeBSD.org
Sun Jun 1 15:04:12 UTC 2014


Author: vanilla
Date: Sun Jun  1 15:04:12 2014
New Revision: 356133
URL: http://svnweb.freebsd.org/changeset/ports/356133
QAT: https://qat.redports.org/buildarchive/r356133/

Log:
  1: convert to new format of LIB_DEPENDS
  2: stagify.
  
  Approved by:	portmgr@

Modified:
  head/graphics/mahotas/Makefile

Modified: head/graphics/mahotas/Makefile
==============================================================================
--- head/graphics/mahotas/Makefile	Sun Jun  1 15:00:36 2014	(r356132)
+++ head/graphics/mahotas/Makefile	Sun Jun  1 15:04:12 2014	(r356133)
@@ -12,12 +12,11 @@ MAINTAINER=	sawp at sawp.com.br
 COMMENT=	Computer vision and image processing library for Python
 
 BUILD_DEPENDS=	${PYNUMPY}
-LIB_DEPENDS=	freeimage:${PORTSDIR}/graphics/freeimage
+LIB_DEPENDS=	libfreeimage.so:${PORTSDIR}/graphics/freeimage
 
 USE_GCC=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 PYEASYINSTALL_ARCHDEP=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list