From f1a4364821c68262a3d352d612f90f7b418f6ec4 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 29 Jan 2006 22:03:39 +0000 Subject: - Mark BROKEN on 4.X PR: ports/92485 Submitted by: Byung-Hee HWANG (maintainer) --- audio/py-flac/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio/py-flac') diff --git a/audio/py-flac/Makefile b/audio/py-flac/Makefile index d1dd632bc38d..0f39cdf548d1 100644 --- a/audio/py-flac/Makefile +++ b/audio/py-flac/Makefile @@ -22,7 +22,13 @@ USE_GMAKE= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes +.include + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on FreeBSD 4.X +.endif + do-build: @cd ${WRKSRC} && ${GMAKE} build -.include +.include -- cgit