summaryrefslogtreecommitdiff
path: root/misc/dnetc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-03-22 07:09:19 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-03-22 07:09:19 +0000
commitff0a760d73c51e5a0621e35d55561627d59b68b4 (patch)
tree0e7665b17ef8d9f643bede8c4f246fa0ad065718 /misc/dnetc
parentSomething for all the 64-bit based conspiracy theorists and code hackers (diff)
RUN_DEPEND on osf1_base in the DEC Alpha case.
Notes
Notes: svn path=/head/; revision=26950
Diffstat (limited to 'misc/dnetc')
-rw-r--r--misc/dnetc/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile
index 6f3182886dfc..bc100518a850 100644
--- a/misc/dnetc/Makefile
+++ b/misc/dnetc/Makefile
@@ -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