diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 21:01:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 21:01:40 +0800 |
commit | f9d4be6cb76f701b71c67b907d31d6e209455b3a (patch) | |
tree | 4001d5f3f8ce7ed1c00ed7855c9522129d5a9fe7 /math/kig | |
parent | 145bf2bd9f4df368ec9bf802b02f2914d2d378ad (diff) | |
download | freebsd-ports-gnome-f9d4be6cb76f701b71c67b907d31d6e209455b3a.tar.gz freebsd-ports-gnome-f9d4be6cb76f701b71c67b907d31d6e209455b3a.tar.zst freebsd-ports-gnome-f9d4be6cb76f701b71c67b907d31d6e209455b3a.zip |
Convert LIB_DEPENDS for ports depending on boost
Diffstat (limited to 'math/kig')
-rw-r--r-- | math/kig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/kig/Makefile b/math/kig/Makefile index 4da954fbb8d9..98fc792ae34e 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -27,7 +27,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPYTHON} -LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs +LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs .endif .include <bsd.port.mk> |