diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-10 22:02:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-10 22:02:48 +0000 |
commit | a8589c1eaf8e814635c2ab37c8a03e91d6e61a83 (patch) | |
tree | f33a9ef5ec6391bff9f515b8262af21b9cbe9595 /print/pips800 | |
parent | ca7f9f32d3647f016e77095852f082ee9f7e7046 (diff) |
- Correct dependency on linux-png
Thank to Jean-Yves for spotting this and finding a solution.
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes:
svn path=/head/; revision=113354
Diffstat (limited to 'print/pips800')
-rw-r--r-- | print/pips800/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |