1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Port is stage safe

- Convert to new LIB_DEPENDS format
This commit is contained in:
Pawel Pekala 2014-04-28 16:22:07 +00:00
parent f53fd9404e
commit 3343b2f3b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352520

View File

@ -12,11 +12,10 @@ COMMENT= Python binding for GNU Triangulated Surface(GTS) Library
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= gts.5:${PORTSDIR}/graphics/gts
LIB_DEPENDS= libgts.so:${PORTSDIR}/graphics/gts
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USES= pkgconfig
NO_STAGE= yes
.include <bsd.port.mk>