aboutsummaryrefslogtreecommitdiff
path: root/graphics/mahotas/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-01 15:04:12 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-01 15:04:12 +0000
commit7af636de323bd395b75833d491acb755f25b624f (patch)
treea7966e5dd3b503c43c361a2fdce580bf02060df4 /graphics/mahotas/Makefile
parent635797cf055b54a118a51075e82e030d493d9bef (diff)
downloadports-7af636de323bd395b75833d491acb755f25b624f.tar.gz
ports-7af636de323bd395b75833d491acb755f25b624f.zip
1: convert to new format of LIB_DEPENDS
2: stagify. Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=356133
Diffstat (limited to 'graphics/mahotas/Makefile')
-rw-r--r--graphics/mahotas/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/mahotas/Makefile b/graphics/mahotas/Makefile
index 5efa5957cc93..6a41f463efee 100644
--- a/graphics/mahotas/Makefile
+++ b/graphics/mahotas/Makefile
@@ -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>