summaryrefslogtreecommitdiff
path: root/graphics/hugin
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2009-10-05 07:19:06 +0000
committerVasil Dimov <vd@FreeBSD.org>2009-10-05 07:19:06 +0000
commite68222bbe2af7affc33144679cd01fcbca8b1c13 (patch)
treeba39db59d7ab5177fab5f293f26424c1e65a10b6 /graphics/hugin
parentEnable optional Cyrus-SASL support. (diff)
graphics/hugin:
Add missing dependencies that were added in the latest release. Reported by: erwin@, pav@
Notes
Notes: svn path=/head/; revision=242483
Diffstat (limited to 'graphics/hugin')
-rw-r--r--graphics/hugin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index f5d801563795..c9b34ec8e2cd 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -20,7 +20,10 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
exiv2:${PORTSDIR}/graphics/exiv2 \
pano13:${PORTSDIR}/graphics/libpano13 \
boost_date_time:${PORTSDIR}/devel/boost-libs \
- GLEW:${PORTSDIR}/graphics/glew
+ GLEW:${PORTSDIR}/graphics/glew \
+ glut:${PORTSDIR}/graphics/libglut \
+ IlmImf:${PORTSDIR}/graphics/OpenEXR \
+ Imath:${PORTSDIR}/graphics/ilmbase
# gmake is really needed at _runtime_, do not remove it from below
RUN_DEPENDS= enblend>=3.1.r20080615:${PORTSDIR}/graphics/enblend \
exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool \