diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 06:48:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 06:48:02 +0000 |
commit | ad9ded4174ebd4bc09bd5185dec0df4af7d94cd6 (patch) | |
tree | 78088f4b6402c8e7219e3e2374aa54cce0cf38a2 | |
parent | [patch] audio/squash - cleanup non-supported FreeBSD versions (diff) |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111677
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: Captain Fourier <rzinkov@eden.rutgers.edu>
Notes
Notes:
svn path=/head/; revision=190078
-rw-r--r-- | audio/moc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile index e351378972d6..4eb3dc97115a 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -39,10 +39,6 @@ OPTIONS= JACK "JACK support" off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= requires C99 string functions in libc -.endif - .if defined(WITH_JACK) LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack .else |