diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-22 07:09:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-22 07:09:19 +0000 |
commit | ff0a760d73c51e5a0621e35d55561627d59b68b4 (patch) | |
tree | 0e7665b17ef8d9f643bede8c4f246fa0ad065718 /misc | |
parent | 33e5e8cb5e3274659c055f96687ca180e1a08dff (diff) | |
download | ports-ff0a760d73c51e5a0621e35d55561627d59b68b4.tar.gz ports-ff0a760d73c51e5a0621e35d55561627d59b68b4.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dnetc/Makefile | 8 |
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 |