diff options
Diffstat (limited to 'graphics/OpenEXR/Makefile')
-rw-r--r-- | graphics/OpenEXR/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index f4dd72ee4981..a8b673829712 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -17,7 +17,7 @@ COMMENT= High dynamic-range (HDR) image file format LICENSE= BSD3CLAUSE # exact version required to avoid hard-to-debug issues -LIB_DEPENDS= libImath-2_2.so.12:${PORTSDIR}/graphics/ilmbase +LIB_DEPENDS= libImath-2_2.so.12:graphics/ilmbase WRKSRC= ${WRKDIR}/${DISTNAME} |