Date: Sun, 1 Jun 2014 15:04:12 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356133 - head/graphics/mahotas Message-ID: <201406011504.s51F4CYl014716@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406011504.s51F4CYl014716>