mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
RUN_DEPEND on osf1_base in the DEC Alpha case.
This commit is contained in:
parent
33e5e8cb5e
commit
ff0a760d73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26950
1 changed files with 5 additions and 3 deletions
|
@ -5,21 +5,23 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
DISTNAME= dnetc
|
DISTNAME= dnetc
|
||||||
PKGNAME= dnetc-2.8007.458b
|
PKGNAME= dnetc-2.8007.458b
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/v2.8007/ \
|
MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/v2.8007/ \
|
||||||
http://http.distributed.net/pub/dcti/v2.8007/
|
http://http.distributed.net/pub/dcti/v2.8007/
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${ARCH} == "i386"
|
.if ${ARCH} == "i386"
|
||||||
DISTFILES= dnetc458b-freebsd-x86-elf.tar.gz
|
DISTFILES= dnetc458b-freebsd-x86-elf.tar.gz
|
||||||
.elif ${ARCH} == "alpha"
|
.elif ${ARCH} == "alpha"
|
||||||
DISTFILES= dnetc458-digital_unix-alpha.tar.gz
|
DISTFILES= dnetc458-digital_unix-alpha.tar.gz
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${ARCH} == "alpha"
|
||||||
|
RUN_DEPENDS= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base
|
||||||
|
.endif
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 alpha
|
ONLY_FOR_ARCHS= i386 alpha
|
||||||
|
|
||||||
.if ${OSVERSION} < 220000
|
.if ${OSVERSION} < 220000
|
||||||
|
|
Loading…
Add table
Reference in a new issue