1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Readd ONLY_FOR_ARCHS. Although this port builds on all architectures

only i386 and ia64 seem to have the bktr(4) driver.
- Add a more accurate OSVERSION for the bktr header reorganization.
This commit is contained in:
Tilman Keskinoz 2004-11-29 13:35:04 +00:00
parent 66bc48834c
commit d51c675f44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122750

View File

@ -20,17 +20,14 @@ COMMENT= Motif based FM tuner (for use with bt848 driver)
USE_IMAKE= yes
USE_XPM= yes
USE_MOTIF= yes
USE_REINPLACE=YES
USE_REINPLACE= yes
ONLY_FOR_ARCHS= i386 ia64
PLIST_FILES= bin/xmradio lib/X11/app-defaults/XMradio
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
ONLY_FOR_ARCHS= i386
.endif
.if ${OSVERSION} > 503000
.if ${OSVERSION} > 502100
post-patch:
${REINPLACE_CMD} -e "s,machine/ioctl_bt848.h,dev/bktr/ioctl_bt848.h," \
${WRKSRC}/radio.c