diff options
Diffstat (limited to 'graphics/exrtools/Makefile')
-rw-r--r-- | graphics/exrtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index e1f351a312d1..066764302ed7 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -13,8 +13,8 @@ COMMENT= Utilities for manipulating with HDR images in OpenEXR format LICENSE= GPLv2 -LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ + libpng.so:graphics/png GNU_CONFIGURE= yes USES= gmake jpeg pkgconfig |