diff options
author | sada <sada@FreeBSD.org> | 2000-11-02 00:21:19 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-11-02 00:21:19 +0800 |
commit | ad256990f6d948a0ffeaaf1621aa0f522f163896 (patch) | |
tree | 230ea1bcdef29dcd4640cd757b1bfd52a044b875 /www | |
parent | 80f7f0dd12b5b27196dcb2cb32f0de5ca00699b1 (diff) | |
download | freebsd-ports-gnome-ad256990f6d948a0ffeaaf1621aa0f522f163896.tar.gz freebsd-ports-gnome-ad256990f6d948a0ffeaaf1621aa0f522f163896.tar.zst freebsd-ports-gnome-ad256990f6d948a0ffeaaf1621aa0f522f163896.zip |
${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.
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape4-communicator/Makefile | 7 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index 7831165908ff..d7c1c666e8f6 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -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 diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 7831165908ff..d7c1c666e8f6 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -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 |