diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-01-04 15:12:59 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-01-04 15:12:59 +0000 |
commit | 109193c05ec147fe27a93c70fed36ce9810a9834 (patch) | |
tree | ec63027f778c4df8b9d1c05bce8712af17ea3125 /net/bb | |
parent | 7d49caae5a3ebd8bc6fc4d9fbec6e0d55161d95f (diff) | |
download | ports-109193c05ec147fe27a93c70fed36ce9810a9834.tar.gz ports-109193c05ec147fe27a93c70fed36ce9810a9834.zip |
Notes
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 86a60f81b8c4..0929518ced60 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 ) |