diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 14:48:02 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 14:48:02 +0800 |
commit | ad9ded4174ebd4bc09bd5185dec0df4af7d94cd6 (patch) | |
tree | 78088f4b6402c8e7219e3e2374aa54cce0cf38a2 /audio/moc | |
parent | 0089daa72fb9c8c45b2107e37d09f77ac25df445 (diff) | |
download | freebsd-ports-gnome-ad9ded4174ebd4bc09bd5185dec0df4af7d94cd6.tar.gz freebsd-ports-gnome-ad9ded4174ebd4bc09bd5185dec0df4af7d94cd6.tar.zst freebsd-ports-gnome-ad9ded4174ebd4bc09bd5185dec0df4af7d94cd6.zip |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111677
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: Captain Fourier <rzinkov@eden.rutgers.edu>
Diffstat (limited to 'audio/moc')
-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 |