diff options
author | des <des@FreeBSD.org> | 2000-12-07 01:08:50 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2000-12-07 01:08:50 +0800 |
commit | c960907818d2ad8b6f406ccbe78ec5831579e8b9 (patch) | |
tree | 7caafcf5faffcc67f536ce5d697bf92361b81999 | |
parent | e979be407f6991462a4460d811ab42d8a9bca802 (diff) | |
download | freebsd-ports-gnome-c960907818d2ad8b6f406ccbe78ec5831579e8b9.tar.gz freebsd-ports-gnome-c960907818d2ad8b6f406ccbe78ec5831579e8b9.tar.zst freebsd-ports-gnome-c960907818d2ad8b6f406ccbe78ec5831579e8b9.zip |
Add a dependency on linux-jpeg which I didn't spot because I already had
it installed.
Spotted by: jedgar (again - thanks!)
-rw-r--r-- | www/linux-opera-devel/Makefile | 3 | ||||
-rw-r--r-- | www/linux-opera/Makefile | 3 | ||||
-rw-r--r-- | www/linux-opera7/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile index fbc80b97a964..4415b429c0e8 100644 --- a/www/linux-opera-devel/Makefile +++ b/www/linux-opera-devel/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 diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index fbc80b97a964..4415b429c0e8 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 diff --git a/www/linux-opera7/Makefile b/www/linux-opera7/Makefile index fbc80b97a964..4415b429c0e8 100644 --- a/www/linux-opera7/Makefile +++ b/www/linux-opera7/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 |