diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-15 11:02:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-15 11:02:13 +0000 |
commit | 19869157c7e320b888d2a35eae14d8828be66240 (patch) | |
tree | 9a6e8da9d65fa3b6bdd547165fcaccee70dec6b7 /multimedia/dtv | |
parent | 29573f6148fe1f52b61260ed727ce0a6b823275f (diff) | |
download | ports-19869157c7e320b888d2a35eae14d8828be66240.tar.gz ports-19869157c7e320b888d2a35eae14d8828be66240.zip |
Notes
Diffstat (limited to 'multimedia/dtv')
-rw-r--r-- | multimedia/dtv/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/multimedia/dtv/Makefile b/multimedia/dtv/Makefile index e7abfe2aa45c..92a71ef69ae4 100644 --- a/multimedia/dtv/Makefile +++ b/multimedia/dtv/Makefile @@ -15,4 +15,12 @@ COMMENT= A client/server based TV capture/display program RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -.include <bsd.port.mk> +ONLY_FOR_ARCHS= alpha i386 ia64 + +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +IGNORE= "cannot be build on alpha 4.x, which does not have bktr hardware support" +.endif + +.include <bsd.port.post.mk> |