diff options
author | des <des@FreeBSD.org> | 2002-10-29 17:14:30 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-10-29 17:14:30 +0800 |
commit | ce2dac5f94cd00774b6d2e958317b9d73ff9935d (patch) | |
tree | 58c213da5df4be5300efed73a4035d8d411aec50 /www | |
parent | a877e3e27eaa89521e3cd49b45f79d2b5f436b6c (diff) | |
download | freebsd-ports-gnome-ce2dac5f94cd00774b6d2e958317b9d73ff9935d.tar.gz freebsd-ports-gnome-ce2dac5f94cd00774b6d2e958317b9d73ff9935d.tar.zst freebsd-ports-gnome-ce2dac5f94cd00774b6d2e958317b9d73ff9935d.zip |
Add dependency on compat4x since this is a FreeBSD 4 binary.
PR: ports/44574
Submitted by: Volker Stolz <vs@foldr.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/opera-devel/Makefile | 2 | ||||
-rw-r--r-- | www/opera/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile index a3384fb47bf8..8ed4506a0d97 100644 --- a/www/opera-devel/Makefile +++ b/www/opera-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= opera PORTVERSION= 6.10.20021015 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://opera.online.no/linux/610/beta1/en/static_freebsd/ \ ftp://ftp.opera.com/pub/opera/linux/610/beta1/en/static_freebsd/ @@ -15,6 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/10./10-/}.1-static-qt.i386.freebsd MAINTAINER= des@FreeBSD.org LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= c_r.4:${PORTSDIR}/misc/compat4x USE_BZIP2= yes ONLY_FOR_ARCHS= i386 diff --git a/www/opera/Makefile b/www/opera/Makefile index a3384fb47bf8..8ed4506a0d97 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -7,6 +7,7 @@ PORTNAME= opera PORTVERSION= 6.10.20021015 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://opera.online.no/linux/610/beta1/en/static_freebsd/ \ ftp://ftp.opera.com/pub/opera/linux/610/beta1/en/static_freebsd/ @@ -15,6 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/10./10-/}.1-static-qt.i386.freebsd MAINTAINER= des@FreeBSD.org LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= c_r.4:${PORTSDIR}/misc/compat4x USE_BZIP2= yes ONLY_FOR_ARCHS= i386 |