diff options
-rw-r--r-- | math/mupad/Makefile | 2 | ||||
-rw-r--r-- | print/pips800/Makefile | 2 | ||||
-rw-r--r-- | www/linux-beonex/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/mupad/Makefile b/math/mupad/Makefile index 5d37e6ca0a82..e2098f64ae5b 100644 --- a/math/mupad/Makefile +++ b/math/mupad/Makefile @@ -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 diff --git a/print/pips800/Makefile b/print/pips800/Makefile index 8530dbf2f015..2c4edd1d2f8b 100644 --- a/print/pips800/Makefile +++ b/print/pips800/Makefile @@ -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 \ diff --git a/www/linux-beonex/Makefile b/www/linux-beonex/Makefile index ec47c5132a38..c5c86ffb4da0 100644 --- a/www/linux-beonex/Makefile +++ b/www/linux-beonex/Makefile @@ -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 |