diff options
author | nork <nork@FreeBSD.org> | 2007-10-08 01:48:22 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2007-10-08 01:48:22 +0800 |
commit | aee77ad35424a10d1439f63584cf6c0dc57e71f6 (patch) | |
tree | cd8d064f319aec37330fc754daff89a6492272f6 /graphics | |
parent | 0d6aa84e60a38c86ee0ff3a6d22078a9ce2a3564 (diff) | |
download | freebsd-ports-gnome-aee77ad35424a10d1439f63584cf6c0dc57e71f6.tar.gz freebsd-ports-gnome-aee77ad35424a10d1439f63584cf6c0dc57e71f6.tar.zst freebsd-ports-gnome-aee77ad35424a10d1439f63584cf6c0dc57e71f6.zip |
Add missing LIB_DEPENDS.
Diffstat (limited to 'graphics')
-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 |