From 00d34f4665c9cbd75dadd2b56eece16a4f81dc65 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 16 Apr 2007 21:12:23 +0000 Subject: [PATCH] [patch] cleanup non-supported FreeBSD versions PR: ports/111689 Submitted by: Edwin Groothuis Approved by: Draw at #bsdports --- audio/snett/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/audio/snett/Makefile b/audio/snett/Makefile index d6abdb04fbe2..4bf5328c8b1f 100644 --- a/audio/snett/Makefile +++ b/audio/snett/Makefile @@ -20,13 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes NO_BUILD= yes -.include - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x -.endif - do-install: @cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ ${INSTALL_TARGET} -.include +.include