diff options
author | vd <vd@FreeBSD.org> | 2009-10-05 15:19:06 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2009-10-05 15:19:06 +0800 |
commit | b42a158fce091494ebf666e7574687f20f9fbe70 (patch) | |
tree | 970e8cbc52cf310c658d4ce90908e03cf8531b00 /graphics | |
parent | 3f87a488cf1a1bdf44ea14293e53ce68769e0f98 (diff) | |
download | freebsd-ports-gnome-b42a158fce091494ebf666e7574687f20f9fbe70.tar.gz freebsd-ports-gnome-b42a158fce091494ebf666e7574687f20f9fbe70.tar.zst freebsd-ports-gnome-b42a158fce091494ebf666e7574687f20f9fbe70.zip |
graphics/hugin:
Add missing dependencies that were added in the latest release.
Reported by: erwin@, pav@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hugin/Makefile | 5 |
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 \ |