From ac4dcb4a74c885eaff0bafda18d2112e753682c2 Mon Sep 17 00:00:00 2001 From: brooks Date: Mon, 5 Feb 2007 18:03:58 +0000 Subject: Now that RELENG_4 is no longer supported, remove seatbelts preventing these ports from being built there (and on pre-STABLE 5). --- sysutils/diskprep/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sysutils/diskprep/Makefile') diff --git a/sysutils/diskprep/Makefile b/sysutils/diskprep/Makefile index 70f21ea12cb..ba637e5358b 100644 --- a/sysutils/diskprep/Makefile +++ b/sysutils/diskprep/Makefile @@ -24,10 +24,4 @@ USE_RCORDER= ${PORTNAME} MAN8= diskprep.8 MANCOMPRESSED= yes -.include - -.if ${OSVERSION} < 503000 -IGNORE= Requires glabel(8) and thus >= FreeBSD-5.3 -.endif - -.include +.include -- cgit