1: convert to new format of LIB_DEPENDS

2: stagify.

Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-01 15:04:12 +00:00
parent 635797cf05
commit 7af636de32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356133

View file

@ -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>