summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-02 16:44:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-02 16:44:24 +0000
commit25497c2f412c7f678c07e20cee0ea1c73a3db43c (patch)
treeaef0787da9a34b118c2226578f4d6733fb5e6dbf /sysutils/hal
parent- Synchronyze patches with stable. (diff)
HAL is not supported on FreeBSD prior to 5.5-RELEASE so mark it as such.
Notes
Notes: svn path=/head/; revision=183963
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index d38c80350ba7..dc9b8a692132 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -81,6 +81,10 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 505000
+IGNORE= not supported on FreeBSD prior to 5.5-RELEASE
+.endif
+
.if !defined(HAL_SLAVE)
.if (${ARCH}=="i386" || ${ARCH}=="amd64" || ${ARCH}=="ia64")
RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode