summaryrefslogtreecommitdiff
path: root/audio/snett
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 21:12:23 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 21:12:23 +0000
commit00d34f4665c9cbd75dadd2b56eece16a4f81dc65 (patch)
treec9abad857a41a9469ce393fa5293391f0c83f1d6 /audio/snett
parentRemove reference to jpeg-mmx (diff)
[patch] cleanup non-supported FreeBSD versions
PR: ports/111689 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: Draw at #bsdports
Notes
Notes: svn path=/head/; revision=190147
Diffstat (limited to 'audio/snett')
-rw-r--r--audio/snett/Makefile8
1 files changed, 1 insertions, 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 <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD 4.x
-.endif
-
do-install:
@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ ${INSTALL_TARGET}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>