diff options
author | trevor <trevor@FreeBSD.org> | 2004-12-17 12:01:10 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-12-17 12:01:10 +0800 |
commit | 565079fbb87f97287498aefe959d4f4b386e1123 (patch) | |
tree | a53c2f15af1f61bbd48c16a7326986b964626e0d /www | |
parent | 517db0c6ee3ed48db54e70ffcc815f813d445503 (diff) | |
download | freebsd-ports-gnome-565079fbb87f97287498aefe959d4f4b386e1123.tar.gz freebsd-ports-gnome-565079fbb87f97287498aefe959d4f4b386e1123.tar.zst freebsd-ports-gnome-565079fbb87f97287498aefe959d4f4b386e1123.zip |
Chase linux-png10 soversion (pointyhat log forwarded by kris).
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-beonex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/linux-beonex/Makefile b/www/linux-beonex/Makefile index c5c86ffb4da0..03ca11e0e093 100644 --- a/www/linux-beonex/Makefile +++ b/www/linux-beonex/Makefile @@ -7,6 +7,7 @@ PORTNAME= beonex PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= \ http://ftp.ibiblio.org/pub/packages/infosystems/WWW/clients/beonex/communicator/0.8/\ @@ -22,7 +23,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-png10 \ + ${LINUXBASE}/usr/lib/libpng.so.2.1.0.16:${PORTSDIR}/graphics/linux-png10 \ ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk NO_BUILD= yes |