diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 11:46:10 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 11:46:10 +0000 |
commit | c44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch) | |
tree | e6dd259a421e47b261f2bd597fcca9e4eec75ae0 /multimedia/dtv | |
parent | 06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff) |
Notes
Diffstat (limited to 'multimedia/dtv')
-rw-r--r-- | multimedia/dtv/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/dtv/Makefile b/multimedia/dtv/Makefile index a0f602f73f08..ffde9f9d23e1 100644 --- a/multimedia/dtv/Makefile +++ b/multimedia/dtv/Makefile @@ -18,10 +18,4 @@ RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 NOT_FOR_ARCHS= sparc64 -.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> +.include <bsd.port.mk> |