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/fxtv/Makefile | |
parent | 06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff) | |
download | ports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.tar.gz ports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.zip |
Notes
Diffstat (limited to 'multimedia/fxtv/Makefile')
-rw-r--r-- | multimedia/fxtv/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 244cde9128bc..1f325d62587e 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -25,6 +25,8 @@ USE_GMAKE= yes MAKE_FLAGS= -e MAN1= fxtv.1 +ONLY_FOR_ARCHS= alpha i386 ia64 amd64 + OPTIONS= EXTRA "Extra programs required to record/playback/save" off .include <bsd.port.pre.mk> @@ -39,13 +41,6 @@ RUN_DEPENDS+= sox:${PORTSDIR}/audio/sox \ mplex:${PORTSDIR}/multimedia/mplex .endif -pre-everything:: -.if ${OSVERSION} < 500000 -ONLY_FOR_ARCHS= i386 -.else -ONLY_FOR_ARCHS= alpha i386 ia64 amd64 -.endif - pre-install: ${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man |