diff options
author | reg <reg@FreeBSD.org> | 2000-03-07 15:23:32 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-03-07 15:23:32 +0800 |
commit | fe0408310aaf2518a6afe9df9ee80d3271dce237 (patch) | |
tree | 167b76da22f0b9b0473dbd40dafc9ae9b75a9441 /www/netscape4-communicator | |
parent | 32852ec22d4bbb0099c8ec6d84dc7648d4350f6f (diff) | |
download | freebsd-ports-graphics-fe0408310aaf2518a6afe9df9ee80d3271dce237.tar.gz freebsd-ports-graphics-fe0408310aaf2518a6afe9df9ee80d3271dce237.tar.zst freebsd-ports-graphics-fe0408310aaf2518a6afe9df9ee80d3271dce237.zip |
Hopefully fix this for the linux case. This is a hack, and needs some more
thinking.
Noticed by: cpiazza
Diffstat (limited to 'www/netscape4-communicator')
-rw-r--r-- | www/netscape4-communicator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index d35e39ea392..a84cd1133a0 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -13,7 +13,7 @@ DISTFILES?= communicator-v408-export.x86-unknown-freebsd.tar.gz MAINTAINER?= sada@FreeBSD.org -RUN_DEPENDS= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs +RUN_DEPENDS?= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs Y2K= http://home.netscape.com/products/year2000/faq/client.html |