[Midnightbsd-cvs] mports: Makefile: Fix OSVERSION.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Jan 1 22:05:51 EST 2009


Log Message:
-----------
Fix OSVERSION.

Modified Files:
--------------
    mports/sysutils/hal:
        Makefile (r1.8 -> r1.9)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/sysutils/hal/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L sysutils/hal/Makefile -L sysutils/hal/Makefile -u -r1.8 -r1.9
--- sysutils/hal/Makefile
+++ sysutils/hal/Makefile
@@ -72,15 +72,11 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 505000
-IGNORE=	not supported on FreeBSD prior to 5.5-RELEASE
-.endif
-
 .if (${ARCH}=="i386" || ${ARCH}=="amd64" || ${ARCH}=="ia64")
 RUN_DEPENDS+=	dmidecode:${PORTSDIR}/sysutils/dmidecode
 .endif
 
-.if ${OSVERSION} <= 601100
+.if ${OSVERSION} <= 3000
 NEEDS_MEDIA=	yes
 PLIST_SUB+=	MEDIA=""
 .else


More information about the Midnightbsd-cvs mailing list