diff options
author | obrien <obrien@FreeBSD.org> | 2000-03-22 15:09:19 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-03-22 15:09:19 +0800 |
commit | 3a73814017ddac4b05632a66f0db2fbe7f2d36e2 (patch) | |
tree | e393e24c7dbc555de082dda3b729ae137deed74a /misc/dnetc | |
parent | 3f7c2c198f2d5b5cf62640bf9e40fdc2cf3e985c (diff) | |
download | freebsd-ports-gnome-3a73814017ddac4b05632a66f0db2fbe7f2d36e2.tar.gz freebsd-ports-gnome-3a73814017ddac4b05632a66f0db2fbe7f2d36e2.tar.zst freebsd-ports-gnome-3a73814017ddac4b05632a66f0db2fbe7f2d36e2.zip |
RUN_DEPEND on osf1_base in the DEC Alpha case.
Diffstat (limited to 'misc/dnetc')
-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 |