summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2002-05-22 01:56:50 +0000
committersada <sada@FreeBSD.org>2002-05-22 01:56:50 +0000
commit26dcf7f5f80bb6e178f2c3046858a4a483fc5cf1 (patch)
tree692c6406b870d7768499b293984d30f85b1457fa
parent08101b9ee4b19b1549fb5a6bfd6c09074285d623 (diff)
downloadFreeBSD-ports-26dcf7f5f80bb6e178f2c3046858a4a483fc5cf1.zip
FreeBSD-ports-26dcf7f5f80bb6e178f2c3046858a4a483fc5cf1.tar.gz
Unbreak with linux_base-7.1 .
PR: ports/35778 Submitted by: znerd Approved by: maintainer
-rw-r--r--www/linux-netscape47-communicator/Makefile4
-rw-r--r--www/netscape4-communicator/Makefile2
-rw-r--r--www/netscape48-communicator/Makefile2
3 files changed, 3 insertions, 5 deletions
diff --git a/www/linux-netscape47-communicator/Makefile b/www/linux-netscape47-communicator/Makefile
index f07b846..a3eb0a4 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
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile
index dcd2b54..0124b6a 100644
--- a/www/netscape4-communicator/Makefile
+++ b/www/netscape4-communicator/Makefile
@@ -67,7 +67,7 @@ RESTRICTED= "Contains strong cryptography"
RUN_DEPENDS+= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base
.endif
-.if (${ARCH} == "i386") && !defined(USE_LINUX_LIB) && !defined(WITHOUT_AOUT)
+.if (${ARCH} == "i386") && !defined(USE_LINUX) && !defined(WITHOUT_AOUT)
USE_AOUT_LIB= yes
PKGREQ= ${MASTERDIR}/pkg-req.aout
RUN_DEPENDS+= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile
index dcd2b54..0124b6a 100644
--- a/www/netscape48-communicator/Makefile
+++ b/www/netscape48-communicator/Makefile
@@ -67,7 +67,7 @@ RESTRICTED= "Contains strong cryptography"
RUN_DEPENDS+= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base
.endif
-.if (${ARCH} == "i386") && !defined(USE_LINUX_LIB) && !defined(WITHOUT_AOUT)
+.if (${ARCH} == "i386") && !defined(USE_LINUX) && !defined(WITHOUT_AOUT)
USE_AOUT_LIB= yes
PKGREQ= ${MASTERDIR}/pkg-req.aout
RUN_DEPENDS+= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs
OpenPOWER on IntegriCloud