Make port depend on linux/libpng.so.3 instead of .2

Noticed by: pointyhat building company.
This commit is contained in:
Edwin Groothuis 2004-12-16 21:22:05 +00:00
parent c32ea140c7
commit df585044b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124231

View file

@ -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