diff options
-rw-r--r-- | graphics/linux-panorama-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux-panorama-tools/Makefile b/graphics/linux-panorama-tools/Makefile index 8ccd9566679b..17c521f3b23f 100644 --- a/graphics/linux-panorama-tools/Makefile +++ b/graphics/linux-panorama-tools/Makefile @@ -23,7 +23,7 @@ COMMENT= Software to View, Create, Edit and Remap Panoramic Images RUN_DEPENDS= ${LINUXBASE}/usr/bin/jpegtran:${PORTSDIR}/graphics/linux-jpeg \ ${LINUXBASE}/usr/bin/tiffcmp:${PORTSDIR}/graphics/linux-tiff \ - ${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png + ${LINUXBASE}/usr/lib/libpng.so.3:${PORTSDIR}/graphics/linux-png USE_LINUX= yes NO_BUILD= yes |