diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-03-07 07:23:32 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-03-07 07:23:32 +0000 |
commit | a9e74978354860254bf3048519ab9be45f8e7a92 (patch) | |
tree | 124a3af83ac4bc48481a8c836edbb3b65497eae0 /www | |
parent | Depend on the XFree86-aoutlibs port. (diff) |
Hopefully fix this for the linux case. This is a hack, and needs some more
thinking.
Noticed by: cpiazza
Notes
Notes:
svn path=/head/; revision=26603
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape4-communicator/Makefile | 2 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index d35e39ea3926..a84cd1133a05 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 diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index d35e39ea3926..a84cd1133a05 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-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 |