diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 21:12:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 21:12:23 +0000 |
commit | 00d34f4665c9cbd75dadd2b56eece16a4f81dc65 (patch) | |
tree | c9abad857a41a9469ce393fa5293391f0c83f1d6 /audio | |
parent | 5750f5ee44ed58086bfbe98633d614207578de3b (diff) | |
download | ports-00d34f4665c9cbd75dadd2b56eece16a4f81dc65.tar.gz ports-00d34f4665c9cbd75dadd2b56eece16a4f81dc65.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/snett/Makefile | 8 |
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> |