diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-11 06:02:48 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-11 06:02:48 +0800 |
commit | a8589c1eaf8e814635c2ab37c8a03e91d6e61a83 (patch) | |
tree | f33a9ef5ec6391bff9f515b8262af21b9cbe9595 /www | |
parent | ca7f9f32d3647f016e77095852f082ee9f7e7046 (diff) | |
download | freebsd-ports-gnome-a8589c1eaf8e814635c2ab37c8a03e91d6e61a83.tar.gz freebsd-ports-gnome-a8589c1eaf8e814635c2ab37c8a03e91d6e61a83.tar.zst freebsd-ports-gnome-a8589c1eaf8e814635c2ab37c8a03e91d6e61a83.zip |
- Correct dependency on linux-png
Thank to Jean-Yves for spotting this and finding a solution.
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-beonex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |