diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-22 01:56:50 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-22 01:56:50 +0000 |
commit | c9842e38af23e93ed1a018dfe7971325055046eb (patch) | |
tree | a0452707ea40c1fde172e1d1fbab991047856098 /www/linux-netscape47-communicator | |
parent | d015a5333584a9d941a05c2f16e73777cbb4c99e (diff) | |
download | ports-c9842e38af23e93ed1a018dfe7971325055046eb.tar.gz ports-c9842e38af23e93ed1a018dfe7971325055046eb.zip |
Unbreak with linux_base-7.1 .
PR: ports/35778
Submitted by: znerd
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=59665
Diffstat (limited to 'www/linux-netscape47-communicator')
-rw-r--r-- | www/linux-netscape47-communicator/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/linux-netscape47-communicator/Makefile b/www/linux-netscape47-communicator/Makefile index f07b846279e9..a3eb0a4ed6fe 100644 --- a/www/linux-netscape47-communicator/Makefile +++ b/www/linux-netscape47-communicator/Makefile @@ -12,8 +12,6 @@ CATEGORIES= www linux MAINTAINER= girgen@partitur.se -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base - ONLY_FOR_ARCHS= i386 NETSCAPE_DIST_ARCH= supported/linux22 @@ -22,7 +20,7 @@ NETSCAPE_DIST_TAG= x86-unknown-linux2.2 # don't overwrite the native FreeBSD port's shell script wrapper in ${PREFIX}/bin BROWSER_ARC= ${BROWSER_NAME}-linux -USE_LINUX_LIB= yes +USE_LINUX= yes MAILCAP= ${.CURDIR}/../linux-netscape47-communicator/files/mailcap NSUBDIR= lib/netscape-linux |