diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-10-07 17:48:22 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-10-07 17:48:22 +0000 |
commit | 975a61750356fd0459c5f427cd6c6741036d0f5d (patch) | |
tree | 3bccb0d41903f24deb150144889c97a6bf5abae5 | |
parent | Chase OpenEXR library version bumped. (diff) |
Add missing LIB_DEPENDS.
-rw-r--r-- | graphics/OpenEXR/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index 4bc26e788ec4..31bfe16c6dfd 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME:L} MAINTAINER= nork@FreeBSD.org COMMENT= A high dynamic-range (HDR) image file format +LIB_DEPENDS= Half.6:${PORTSDIR}/graphics/ilmbase + USE_GMAKE= yes USE_GNOME= pkgconfig USE_LDCONFIG= yes |