HAL is not supported on FreeBSD prior to 5.5-RELEASE so mark it as such.

This commit is contained in:
Joe Marcus Clarke 2007-02-02 16:44:24 +00:00
parent 706b49dc87
commit 25497c2f41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183963

View File

@ -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