diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 21:36:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 21:36:53 +0000 |
commit | 9243051afed880dbd74973794cb2cc29ff9589e3 (patch) | |
tree | 008b624db42d58ca1ed2cc791c866f0cce89483e /audio/bladeenc | |
parent | dbf8ebf561769b3ba7b8695bbe0743e1be89ca1b (diff) | |
download | ports-9243051afed880dbd74973794cb2cc29ff9589e3.tar.gz ports-9243051afed880dbd74973794cb2cc29ff9589e3.zip |
Back out previous commit; the problem was due to bento having a stale
files/ directory with no CVS directory.
Notes
Notes:
svn path=/head/; revision=81281
Diffstat (limited to 'audio/bladeenc')
-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> |