diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-06-01 10:59:08 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-06-01 10:59:08 +0000 |
commit | eb3385cacaaed3724b85b9d6d7e8bc3b403f9173 (patch) | |
tree | bf6aaa511d379ca822636c1befa479a0793ac82f /www/linux-opera7 | |
parent | f6943f4c9c7b19c881b087f82e79875863e473b8 (diff) | |
download | ports-eb3385cacaaed3724b85b9d6d7e8bc3b403f9173.tar.gz ports-eb3385cacaaed3724b85b9d6d7e8bc3b403f9173.zip |
Notes
Diffstat (limited to 'www/linux-opera7')
-rw-r--r-- | www/linux-opera7/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/linux-opera7/Makefile b/www/linux-opera7/Makefile index 9a70b254ee2e..be9607a3cb9f 100644 --- a/www/linux-opera7/Makefile +++ b/www/linux-opera7/Makefile @@ -8,7 +8,11 @@ PORTNAME= linux-opera PORTVERSION= 5.0 CATEGORIES= www linux -MASTER_SITES= http://opera.online.no/linux/tgz/500/ +MASTER_SITES= http://opera.online.no/linux/tgz/500/ \ + ftp://ftp.opera.com/pub/opera/linux/500/ \ + ftp://gd.tuwien.ac.at/infosys/browsers/opera/linux/500/ \ + ftp://ftp.sunet.se/pub/www/clients/Opera/linux/500/ \ + ftp://ftp.planetmirror.com/pub/opera/linux/500/ DISTNAME= opera-${PORTVERSION}-static.i386 MAINTAINER= des@FreeBSD.org @@ -17,6 +21,8 @@ RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \ ${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png \ ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg +ONLY_FOR_ARCHS= i386 + NO_BUILD= yes do-configure: |