mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00: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
@ -5,21 +5,23 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
DISTNAME= dnetc
|
||||
PKGNAME= dnetc-2.8007.458b
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/v2.8007/ \
|
||||
http://http.distributed.net/pub/dcti/v2.8007/
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "i386"
|
||||
DISTFILES= dnetc458b-freebsd-x86-elf.tar.gz
|
||||
.elif ${ARCH} == "alpha"
|
||||
DISTFILES= dnetc458-digital_unix-alpha.tar.gz
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
RUN_DEPENDS= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base
|
||||
.endif
|
||||
|
||||
ONLY_FOR_ARCHS= i386 alpha
|
||||
|
||||
.if ${OSVERSION} < 220000
|
||||
|
Loading…
Reference in New Issue
Block a user