diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-28 16:22:07 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-28 16:22:07 +0000 |
commit | 3343b2f3b52b1a67ba3d02be4235a1a16db23a61 (patch) | |
tree | 141a25570079728eb3b7e2714dee8ce0c4b52ee7 /graphics/pygts | |
parent | f53fd9404e597dcb5f8738d0658a039272a7d233 (diff) | |
download | ports-3343b2f3b52b1a67ba3d02be4235a1a16db23a61.tar.gz ports-3343b2f3b52b1a67ba3d02be4235a1a16db23a61.zip |
Notes
Diffstat (limited to 'graphics/pygts')
-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> |