aboutsummaryrefslogtreecommitdiff
path: root/graphics/pygts
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-28 16:22:07 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-28 16:22:07 +0000
commit3343b2f3b52b1a67ba3d02be4235a1a16db23a61 (patch)
tree141a25570079728eb3b7e2714dee8ce0c4b52ee7 /graphics/pygts
parentf53fd9404e597dcb5f8738d0658a039272a7d233 (diff)
downloadports-3343b2f3b52b1a67ba3d02be4235a1a16db23a61.tar.gz
ports-3343b2f3b52b1a67ba3d02be4235a1a16db23a61.zip
Notes
Diffstat (limited to 'graphics/pygts')
-rw-r--r--graphics/pygts/Makefile3
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>