diff options
author | mat <mat@FreeBSD.org> | 2018-02-15 20:34:49 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-02-15 20:34:49 +0800 |
commit | ef3c2f92f74f30886114eab9201e86f48dcb026d (patch) | |
tree | bf19f32ea6808c09829f1a5d7bde66757b0d8790 /net/ceph | |
parent | 644aeb581e7615d27d404a74f183abbe17284967 (diff) | |
download | freebsd-ports-gnome-ef3c2f92f74f30886114eab9201e86f48dcb026d.tar.gz freebsd-ports-gnome-ef3c2f92f74f30886114eab9201e86f48dcb026d.tar.zst freebsd-ports-gnome-ef3c2f92f74f30886114eab9201e86f48dcb026d.zip |
devel/boost-python-libs got forgotten in the python flavorization, fix
this oversight.
Reviewed by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14368
Diffstat (limited to 'net/ceph')
-rw-r--r-- | net/ceph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/Makefile b/net/ceph/Makefile index 9005a115b0fb..2c1320a60e1d 100644 --- a/net/ceph/Makefile +++ b/net/ceph/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= \ gperf:devel/gperf \ ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LIB_DEPENDS= \ - libboost_python.so:devel/boost-python-libs \ + ${PY_BOOST} \ libboost_thread.so:devel/boost-libs \ libleveldb.so:databases/leveldb \ libldap.so:net/openldap24-client \ |