diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-flac/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on FreeBSD 4.X +.endif + do-build: @cd ${WRKSRC} && ${GMAKE} build -.include <bsd.port.mk> +.include <bsd.port.post.mk> |