[patch] cleanup non-supported FreeBSD versions

PR:		ports/111677
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	Captain Fourier <rzinkov@eden.rutgers.edu>
This commit is contained in:
Edwin Groothuis
2007-04-16 06:48:02 +00:00
parent 0089daa72f
commit ad9ded4174

View File

@@ -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