diff options
-rw-r--r-- | audio/bladeenc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/bladeenc/Makefile b/audio/bladeenc/Makefile index 8cafd7b1bd1a..0e0981c67724 100644 --- a/audio/bladeenc/Makefile +++ b/audio/bladeenc/Makefile @@ -15,12 +15,6 @@ EXTRACT_SUFX= -src-stable.tar.gz MAINTAINER= dirk@FreeBSD.org COMMENT= MP3 encoder -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif - GNU_CONFIGURE= yes -.include <bsd.port.post.mk> +.include <bsd.port.mk> |