diff options
| -rw-r--r-- | graphics/pygts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/pygts/Makefile b/graphics/pygts/Makefile index 61f2a83a7549..5f58ce2684c1 100644 --- a/graphics/pygts/Makefile +++ b/graphics/pygts/Makefile @@ -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> |
