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/rocs | |
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/rocs')
-rw-r--r-- | math/rocs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/rocs/Makefile b/math/rocs/Makefile index b840176aefb1..cec7dc267ad7 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -10,7 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Graph theory IDE -LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs CONFLICTS= kdeedu-4.[0-6].* |