summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/cx88/Makefile2
-rw-r--r--multimedia/pvrxxx/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/cx88/Makefile b/multimedia/cx88/Makefile
index 4d65c032e2c1..5d26058f5186 100644
--- a/multimedia/cx88/Makefile
+++ b/multimedia/cx88/Makefile
@@ -49,7 +49,7 @@ MAKE_ARGS+= -D WITH_HAL
MAKE_ARGS+= DEFAULT_XML_CONFIG="${EXAMPLESDIR}/cx88.xml.sample"
.if (${OSVERSION} < 802513) || ((${OSVERSION} >= 900000) && (${OSVERSION} < 900041))
-IGNORE= requires kernel support for DRIVER_MODULE_ORDERED macro (FreeBSD 8.3+, FreeBSD 9.0+)
+IGNORE= requires kernel support for DRIVER_MODULE_ORDERED macro (FreeBSD 8.3+, FreeBSD 9.0+)
.endif
.if !exists(${SRC_BASE}/sys/Makefile)
diff --git a/multimedia/pvrxxx/Makefile b/multimedia/pvrxxx/Makefile
index b9c0da2e01de..3211ed72a4d1 100644
--- a/multimedia/pvrxxx/Makefile
+++ b/multimedia/pvrxxx/Makefile
@@ -37,7 +37,7 @@ IGNORE= you need the file hcwPVRP2.sys from the CD coming with the PVR-150/500
.endif
.if !exists(${DISTDIR}/HcwMakoA.ROM)
-IGNORE= you need the file HcwMakoA.ROM from the CD coming with the PVR-150/500 card. Please place this file in ${DISTDIR} and run make again. Check http://ivtvdriver.org/index.php/Firmware for the recommended version
+IGNORE= you need the file HcwMakoA.ROM from the CD coming with the PVR-150/500 card. Please place this file in ${DISTDIR} and run make again. Check http://ivtvdriver.org/index.php/Firmware for the recommended version
.endif
.if !exists(${SRC_BASE}/sys/dev/iicbus/iicbb.c)