diff options
author | billf <billf@FreeBSD.org> | 2000-01-03 17:15:07 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-01-03 17:15:07 +0800 |
commit | 0ecc0787c2a33ad6d8cf43b3adaf16d748d8247b (patch) | |
tree | aff72d011f64d6d12003126db9b19336015b9f2e /www/linux-netscape47-navigator | |
parent | 6780f1aeba05b213bbf3cb94bda6713f9754adec (diff) | |
download | freebsd-ports-gnome-0ecc0787c2a33ad6d8cf43b3adaf16d748d8247b.tar.gz freebsd-ports-gnome-0ecc0787c2a33ad6d8cf43b3adaf16d748d8247b.tar.zst freebsd-ports-gnome-0ecc0787c2a33ad6d8cf43b3adaf16d748d8247b.zip |
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 'www/linux-netscape47-navigator')
-rw-r--r-- | www/linux-netscape47-navigator/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/linux-netscape47-navigator/Makefile b/www/linux-netscape47-navigator/Makefile index 457b20545ba3..04efa41d3700 100644 --- a/www/linux-netscape47-navigator/Makefile +++ b/www/linux-netscape47-navigator/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 |