mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
${ALPHA} couldn't be refered before include <bsd.port.pre.mk>,
so netscape4 ports ware broken. Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> at [ports-jp 10356]. Pointed out by: Dan Langille <dan@langille.org> and PW.
This commit is contained in:
parent
10e2f8893d
commit
a2f075f4ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34559
@ -14,9 +14,6 @@ DISTFILES?= communicator-v408-export.x86-unknown-freebsd.tar.gz
|
||||
MAINTAINER?= sada@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper
|
||||
.if ${ARCH} == "alpha"
|
||||
RUN_DEPENDS+= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base
|
||||
.endif
|
||||
|
||||
Y2K= http://home.netscape.com/products/year2000/faq/client.html
|
||||
|
||||
@ -62,6 +59,10 @@ RESTRICTED= "Contains strong cryptography"
|
||||
.include <bsd.port.pre.mk>
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
RUN_DEPENDS+= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base
|
||||
.endif
|
||||
|
||||
.if (${ARCH} == "i386") && !defined(USE_LINUX_LIB) && !defined(WITHOUT_AOUT)
|
||||
USE_AOUT_LIB= yes
|
||||
PKGREQ= ${MASTERDIR}/pkg-req.aout
|
||||
|
@ -14,9 +14,6 @@ DISTFILES?= communicator-v408-export.x86-unknown-freebsd.tar.gz
|
||||
MAINTAINER?= sada@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper
|
||||
.if ${ARCH} == "alpha"
|
||||
RUN_DEPENDS+= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base
|
||||
.endif
|
||||
|
||||
Y2K= http://home.netscape.com/products/year2000/faq/client.html
|
||||
|
||||
@ -62,6 +59,10 @@ RESTRICTED= "Contains strong cryptography"
|
||||
.include <bsd.port.pre.mk>
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
RUN_DEPENDS+= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base
|
||||
.endif
|
||||
|
||||
.if (${ARCH} == "i386") && !defined(USE_LINUX_LIB) && !defined(WITHOUT_AOUT)
|
||||
USE_AOUT_LIB= yes
|
||||
PKGREQ= ${MASTERDIR}/pkg-req.aout
|
||||
|
Loading…
x
Reference in New Issue
Block a user