diff options
author | makc <makc@FreeBSD.org> | 2010-06-26 06:21:04 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-26 06:21:04 +0800 |
commit | 3ed87519840cd72571f1aea0bffeaab740832c63 (patch) | |
tree | 3b7693d9f2bd4d1931aaccc3978a03ff8dd1aa22 /graphics/hugin | |
parent | 604f258928da65946c3eddffe38b40950c317888 (diff) | |
download | freebsd-ports-gnome-3ed87519840cd72571f1aea0bffeaab740832c63.tar.gz freebsd-ports-gnome-3ed87519840cd72571f1aea0bffeaab740832c63.tar.zst freebsd-ports-gnome-3ed87519840cd72571f1aea0bffeaab740832c63.zip |
Change dependency from boost-python back to boost-libs.
PR: ports/147801
Submitted by: makc@
Approved by: vd@ (maintainer timeout two weeks)
Feature safe: yes
Diffstat (limited to 'graphics/hugin')
-rw-r--r-- | graphics/hugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 7bc1d6a2bcc6..f0d1c79f67cc 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= hugin PORTVERSION= 2009.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} @@ -20,7 +20,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ IlmImf:${PORTSDIR}/graphics/OpenEXR \ exiv2:${PORTSDIR}/graphics/exiv2 \ pano13:${PORTSDIR}/graphics/libpano13 \ - boost_python:${PORTSDIR}/devel/boost-python-libs \ + boost_thread:${PORTSDIR}/devel/boost-libs \ IlmImf:${PORTSDIR}/graphics/OpenEXR \ Imath:${PORTSDIR}/graphics/ilmbase # gmake is really needed at _runtime_, do not remove it from below |