diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:01:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:01:29 +0000 |
commit | fa9509791fb3ad63885e207da5c039b25eeef942 (patch) | |
tree | 583269ded864355a8d5031d218db57c2bc88511d /multimedia/bsdbktr_tvtune | |
parent | 81cd10f8d2bfe2ad25124f31d629351947acaa56 (diff) | |
download | freebsd-ports-fa9509791fb3ad63885e207da5c039b25eeef942.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'multimedia/bsdbktr_tvtune')
-rw-r--r-- | multimedia/bsdbktr_tvtune/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/multimedia/bsdbktr_tvtune/Makefile b/multimedia/bsdbktr_tvtune/Makefile index 702fdff119cb..f16a21701745 100644 --- a/multimedia/bsdbktr_tvtune/Makefile +++ b/multimedia/bsdbktr_tvtune/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://mina.naguib.ca/dist/ MAINTAINER= mina.website@naguib.ca COMMENT= A console Brooktree (bktr) TV tuner +ONLY_FOR_ARCHS= alpha i386 PLIST_FILES= bin/bsdbktr_tvtune WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= bsdbktr_tvtune @@ -20,12 +21,4 @@ ALL_TARGET= bsdbktr_tvtune do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bsdbktr_tvtune ${PREFIX}/bin/ -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -ONLY_FOR_ARCHS= i386 -.else -ONLY_FOR_ARCHS= alpha i386 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |