diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-05-22 10:41:19 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-05-22 10:41:19 +0000 |
commit | bd729cbba663eb07ccbd3f4aa0b92d47c18a2241 (patch) | |
tree | 852fdcd3d99aa13385a95494d2ffb4ec897644f7 /www/linux-beonex | |
parent | Increment PORTVERSION to 5.1, as the Japanese manual page roff sources (diff) |
Add dependencies on the graphics/linux-jpeg and graphics/linux-png
ports, which are needed for viewing those types of images.
Diffstat (limited to 'www/linux-beonex')
-rw-r--r-- | www/linux-beonex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/linux-beonex/Makefile b/www/linux-beonex/Makefile index 619c23b08310..3811d0acc1e6 100644 --- a/www/linux-beonex/Makefile +++ b/www/linux-beonex/Makefile @@ -21,6 +21,8 @@ MAINTAINER= trevor@FreeBSD.org 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/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk NO_BUILD= yes |