aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/mahotas
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-01 23:04:12 +0800
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-01 23:04:12 +0800
commit7af636de323bd395b75833d491acb755f25b624f (patch)
treea7966e5dd3b503c43c361a2fdce580bf02060df4 /graphics/mahotas
parent635797cf055b54a118a51075e82e030d493d9bef (diff)
downloadfreebsd-ports-gnome-7af636de323bd395b75833d491acb755f25b624f.tar.gz
freebsd-ports-gnome-7af636de323bd395b75833d491acb755f25b624f.tar.zst
freebsd-ports-gnome-7af636de323bd395b75833d491acb755f25b624f.zip
1: convert to new format of LIB_DEPENDS
2: stagify. Approved by: portmgr@
Diffstat (limited to 'graphics/mahotas')
-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>