From c960907818d2ad8b6f406ccbe78ec5831579e8b9 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 6 Dec 2000 17:08:50 +0000 Subject: Add a dependency on linux-jpeg which I didn't spot because I already had it installed. Spotted by: jedgar (again - thanks!) --- www/linux-opera/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/linux-opera') diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index fbc80b97a96..4415b429c0e 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -13,7 +13,8 @@ DISTNAME= opera-4.0-b3-static.i386 MAINTAINER= des@FreeBSD.org -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base \ + /compat/linux/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg NO_BUILD= yes -- cgit