diff options
author | sada <sada@FreeBSD.org> | 2000-10-30 01:06:43 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-10-30 01:06:43 +0800 |
commit | 2226e589feb5fb7c1ab32333ff30ebd13b43152f (patch) | |
tree | fae5ba719b15ea04976cd86f1c4ae0585230499f /www | |
parent | 14a48ceb0e39f7645cdcd00ffa97bb29d6bc0eba (diff) | |
download | freebsd-ports-gnome-2226e589feb5fb7c1ab32333ff30ebd13b43152f.tar.gz freebsd-ports-gnome-2226e589feb5fb7c1ab32333ff30ebd13b43152f.tar.zst freebsd-ports-gnome-2226e589feb5fb7c1ab32333ff30ebd13b43152f.zip |
RUN_DEPENDS to osf1-lib on alpha arch.
Submitted by: Takeshi Hiyama <th@cis.ibaraki.ac.jp>
Approved by: "David O'Brien" <obrien@FreeBSD.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape4-communicator/Makefile | 3 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index ebd561ea5287..7831165908ff 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -14,6 +14,9 @@ DISTFILES?= communicator-v408-export.x86-unknown-freebsd.tar.gz MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper +.if ${ARCH} == "alpha" +RUN_DEPENDS+= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base +.endif Y2K= http://home.netscape.com/products/year2000/faq/client.html diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index ebd561ea5287..7831165908ff 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -14,6 +14,9 @@ DISTFILES?= communicator-v408-export.x86-unknown-freebsd.tar.gz MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper +.if ${ARCH} == "alpha" +RUN_DEPENDS+= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base +.endif Y2K= http://home.netscape.com/products/year2000/faq/client.html |