diff options
author | pav <pav@FreeBSD.org> | 2010-01-10 01:47:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-01-10 01:47:32 +0800 |
commit | 5507024b4d11d897424beddb4b3bdd0cb0f111d9 (patch) | |
tree | 1a92ccfa5dbe387193512ca5465d4e4b7e40a16c /graphics/hugin | |
parent | a1a9de94e7960c5312ef97687c3a9e4e255b3dea (diff) | |
download | freebsd-ports-gnome-5507024b4d11d897424beddb4b3bdd0cb0f111d9.tar.gz freebsd-ports-gnome-5507024b4d11d897424beddb4b3bdd0cb0f111d9.tar.zst freebsd-ports-gnome-5507024b4d11d897424beddb4b3bdd0cb0f111d9.zip |
- Fix build - switch dependency to boost-python-libs
Reported by: pointyhat
Diffstat (limited to 'graphics/hugin')
-rw-r--r-- | graphics/hugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index c9b34ec8e2cd..433234835b16 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ IlmImf:${PORTSDIR}/graphics/OpenEXR \ exiv2:${PORTSDIR}/graphics/exiv2 \ pano13:${PORTSDIR}/graphics/libpano13 \ - boost_date_time:${PORTSDIR}/devel/boost-libs \ + boost_python:${PORTSDIR}/devel/boost-python-libs \ GLEW:${PORTSDIR}/graphics/glew \ glut:${PORTSDIR}/graphics/libglut \ IlmImf:${PORTSDIR}/graphics/OpenEXR \ |