- Correct dependency on linux-png
Thank to Jean-Yves for spotting this and finding a solution. Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
This commit is contained in:
parent
ca7f9f32d3
commit
a8589c1eaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113354
@ -19,7 +19,7 @@ COMMENT= A sophisticated computer algebra system
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif \
|
||||
${LINUXBASE}/usr/lib/libImlib.so.1:${PORTSDIR}/graphics/linux-imlib \
|
||||
${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg \
|
||||
${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png \
|
||||
${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png10 \
|
||||
${LINUXBASE}/usr/lib/libtiff.so.3:${PORTSDIR}/graphics/linux-tiff \
|
||||
${LINUXBASE}/usr/lib/libungif.so.4:${PORTSDIR}/graphics/linux-ungif
|
||||
|
||||
|
@ -36,7 +36,7 @@ EXPIRATION_DATE= "August 23, 2004"
|
||||
RUN_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \
|
||||
${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk \
|
||||
pstops:${PORTSDIR}/print/psutils-${PAPERSIZE} \
|
||||
${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png
|
||||
${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png10
|
||||
.if ${PORTVERSION} == 2.0 || ${PORTVERSION} == 2.1
|
||||
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libgnome.so.32:${PORTSDIR}/x11/linux-gnomelibs \
|
||||
${LINUXBASE}/usr/lib/libgdk_imlib.so.1:${PORTSDIR}/graphics/linux-imlib \
|
||||
|
@ -22,7 +22,7 @@ COMMENT=Browser, HTML editor, mail and news client for use with Linux plugins
|
||||
|
||||
RUN_DEPENDS= \
|
||||
${LINUXBASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg \
|
||||
${LINUXBASE}/usr/lib/libpng.so.2.1.0.14:${PORTSDIR}/graphics/linux-png \
|
||||
${LINUXBASE}/usr/lib/libpng.so.2.1.0.14:${PORTSDIR}/graphics/linux-png10 \
|
||||
${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
|
||||
|
||||
NO_BUILD= yes
|
||||
|
Loading…
Reference in New Issue
Block a user