diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-01 23:04:12 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-01 23:04:12 +0800 |
commit | 8e9208495e548d2f501d2c10a5f97c11f18c6805 (patch) | |
tree | a7966e5dd3b503c43c361a2fdce580bf02060df4 /graphics/mahotas | |
parent | 20a8a25186c9329007dbe094e98296e8ebec9ca2 (diff) | |
download | freebsd-ports-gnome-8e9208495e548d2f501d2c10a5f97c11f18c6805.tar.gz freebsd-ports-gnome-8e9208495e548d2f501d2c10a5f97c11f18c6805.tar.zst freebsd-ports-gnome-8e9208495e548d2f501d2c10a5f97c11f18c6805.zip |
1: convert to new format of LIB_DEPENDS
2: stagify.
Approved by: portmgr@
Diffstat (limited to 'graphics/mahotas')
-rw-r--r-- | graphics/mahotas/Makefile | 3 |
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> |