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/netscape48-communicator | |
parent | d015a5333584a9d941a05c2f16e73777cbb4c99e (diff) |
Notes
Diffstat (limited to 'www/netscape48-communicator')
-rw-r--r-- | www/netscape48-communicator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index dcd2b5423019..0124b6a90326 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 |