diff options
Diffstat (limited to 'audio/py-flac/Makefile')
-rw-r--r-- | audio/py-flac/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/py-flac/Makefile b/audio/py-flac/Makefile index 5a91783d8f5e..6b3d82db2f81 100644 --- a/audio/py-flac/Makefile +++ b/audio/py-flac/Makefile @@ -22,13 +22,7 @@ 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.post.mk> +.include <bsd.port.mk> |