diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-10-29 17:06:43 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-10-29 17:06:43 +0000 |
commit | c622923c1e0906c177eb30d78697ac42668ba62f (patch) | |
tree | 4510707b33d4361fa4314b0212fdc28433be2a97 /www/netscape48-communicator | |
parent | c88fca15d5a5abfcf41829eb1c13d657ce5331d5 (diff) |
Notes
Diffstat (limited to 'www/netscape48-communicator')
-rw-r--r-- | www/netscape48-communicator/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |