diff options
author | kris <kris@FreeBSD.org> | 2003-05-19 05:36:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-19 05:36:53 +0800 |
commit | ea98b63806ddef1a495d8385d649a6a721ca9012 (patch) | |
tree | 2e01985ea3d36c17a46785ffc1343998dcc5c250 /audio | |
parent | d87eebdd12a8f12da05a5d810793cacbc3e217d8 (diff) | |
download | freebsd-ports-gnome-ea98b63806ddef1a495d8385d649a6a721ca9012.tar.gz freebsd-ports-gnome-ea98b63806ddef1a495d8385d649a6a721ca9012.tar.zst freebsd-ports-gnome-ea98b63806ddef1a495d8385d649a6a721ca9012.zip |
Back out previous commit; the problem was due to bento having a stale
files/ directory with no CVS directory.
Diffstat (limited to 'audio')
-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> |