diff options
author | andreas <andreas@FreeBSD.org> | 1997-01-04 15:12:59 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-01-04 15:12:59 +0000 |
commit | 43b0c850c985cbb2ce4ec7882fdae8d43b13b2c8 (patch) | |
tree | 2193cdb6548218d594ac614f9056f3baf64b69ac /net/bb | |
parent | 5098bbee93e3dda252e1bb01d7eada313712c995 (diff) | |
download | FreeBSD-ports-43b0c850c985cbb2ce4ec7882fdae8d43b13b2c8.zip FreeBSD-ports-43b0c850c985cbb2ce4ec7882fdae8d43b13b2c8.tar.gz |
port doesn't run-depend on lyx instead on lynx. But that was
perhaps a bad choise, as well, since you need a web browser
with graphical capabilities.
Obtained from: "up again" Andrew Stesin
Diffstat (limited to 'net/bb')
-rw-r--r-- | net/bb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index 86a60f8..0929518 100644 --- a/net/bb/Makefile +++ b/net/bb/Makefile @@ -3,7 +3,7 @@ # Date created: So 17 Nov 1996 16:59:23 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.3 1996/11/26 09:15:36 asami Exp $ +# $Id: Makefile,v 1.4 1996/12/01 01:22:46 obrien Exp $ # DISTNAME= bb @@ -15,7 +15,7 @@ EXTRACT_SUFX= -src.tgz MAINTAINER= andreas@klemm.gtn.com BUILD_DEPENDS= ${PREFIX}/sbin/httpd:${PORTSDIR}/www/apache -RUN_DEPENDS= lyx:${PORTSDIR}/print/lyx +RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape3 post-configure: ( cd ${WRKSRC}/doc; /bin/sh bbconfig freebsd ) |