diff options
Diffstat (limited to 'graphics/webp/Makefile')
-rw-r--r-- | graphics/webp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index c464647a7e65..48c1452b54bd 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -13,9 +13,9 @@ COMMENT= Google WebP image format conversion tool LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ - libpng.so:${PORTSDIR}/graphics/png \ - libtiff.so:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libgif.so:graphics/giflib \ + libpng.so:graphics/png \ + libtiff.so:graphics/tiff OPTIONS_DEFINE= X11 OPTIONS_SUB= yes |