diff options
author | sada <sada@FreeBSD.org> | 2002-05-22 09:56:50 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-05-22 09:56:50 +0800 |
commit | 26dcf7f5f80bb6e178f2c3046858a4a483fc5cf1 (patch) | |
tree | 692c6406b870d7768499b293984d30f85b1457fa /www/netscape4-communicator | |
parent | 08101b9ee4b19b1549fb5a6bfd6c09074285d623 (diff) | |
download | freebsd-ports-gnome-26dcf7f5f80bb6e178f2c3046858a4a483fc5cf1.tar.gz freebsd-ports-gnome-26dcf7f5f80bb6e178f2c3046858a4a483fc5cf1.tar.zst freebsd-ports-gnome-26dcf7f5f80bb6e178f2c3046858a4a483fc5cf1.zip |
Unbreak with linux_base-7.1 .
PR: ports/35778
Submitted by: znerd
Approved by: maintainer
Diffstat (limited to 'www/netscape4-communicator')
-rw-r--r-- | www/netscape4-communicator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index dcd2b5423019..0124b6a90326 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 |