diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-12 19:06:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-12 19:06:13 +0000 |
commit | b17587af36444bc60c27892668c9b5ecb5d46d0b (patch) | |
tree | 48ccfaf0a99fca74bb6b7b561e78e3bcdab8a3a6 /www/netscape3 | |
parent | Typo fix (REQUIRE_MOTIF -> REQUIRES_MOTIF). (diff) |
Fix build error as REQ moved in master port.
Submitted by: maintainer
Diffstat (limited to 'www/netscape3')
-rw-r--r-- | www/netscape3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile index 77179d2a0085..798e8661107f 100644 --- a/www/netscape3/Makefile +++ b/www/netscape3/Makefile @@ -20,7 +20,7 @@ ONLY_FOR_ARCHS= i386 USE_XLIB= yes NO_LATEST_LINK= yes NO_WRKSUBDIR= yes -PKGREQ= ${PORTSDIR}/www/netscape4-communicator/pkg/REQ +PKGREQ= ${PORTSDIR}/www/netscape4-communicator/pkg/REQ.aout .if defined(USE_128BIT) MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ |