diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-01-03 09:15:07 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-01-03 09:15:07 +0000 |
commit | 2bad83f0adad20786e7dec2fd7f7b58140ea86dc (patch) | |
tree | c16ba27eaad736abee082df83d09992bc9c37b24 /www/netscape7/Makefile | |
parent | Grammar nit: "man" -> "many" (diff) |
The linux-netscape ports don't need compat22 libaries, so don't require
them.
PR: ports/15287
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to '')
-rw-r--r-- | www/netscape7/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index 457b20545ba3..04efa41d3700 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -18,6 +18,9 @@ RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base WRKSRC= ${WRKDIR}/${BROWSER}-v47.x86-unknown-linux2.0 +# use fake shell REQ script, since we don't require X aout libs. +PKGREQ= ${.CURDIR}/pkg/REQ + MAILCAP= ${.CURDIR}/files/mailcap NSUBDIR= lib/netscape-linux |