diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-29 22:03:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-29 22:03:39 +0000 |
commit | f1061f6ef0f141962c5dd9127c8e4012926afc94 (patch) | |
tree | 4d654283e862552e29c89ea4ed284fb712995e71 /audio/py-flac | |
parent | 947de37d405be1fa68344ba8c570730395420e1f (diff) | |
download | ports-f1061f6ef0f141962c5dd9127c8e4012926afc94.tar.gz ports-f1061f6ef0f141962c5dd9127c8e4012926afc94.zip |
- Mark BROKEN on 4.X
PR: ports/92485
Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> (maintainer)
Notes
Notes:
svn path=/head/; revision=154742
Diffstat (limited to 'audio/py-flac')
-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> |