diff options
author | pav <pav@FreeBSD.org> | 2006-01-30 06:03:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-30 06:03:39 +0800 |
commit | f1a4364821c68262a3d352d612f90f7b418f6ec4 (patch) | |
tree | f63cbfe75c12ccb0e4e4778aa8172ebaf8a7e4a3 /audio | |
parent | 3ca4696f008b5c5a357ae887edd4eab3c866935c (diff) | |
download | freebsd-ports-gnome-f1a4364821c68262a3d352d612f90f7b418f6ec4.tar.gz freebsd-ports-gnome-f1a4364821c68262a3d352d612f90f7b418f6ec4.tar.zst freebsd-ports-gnome-f1a4364821c68262a3d352d612f90f7b418f6ec4.zip |
- Mark BROKEN on 4.X
PR: ports/92485
Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> (maintainer)
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> |