Make port depend on linux/libpng.so.3 instead of .2
Noticed by: pointyhat building company.
This commit is contained in:
parent
c32ea140c7
commit
df585044b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124231
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue