summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 06:49:02 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 06:49:02 +0000
commit6ed2be1175a62c6e0b5ff244f526c0d1c00a9db7 (patch)
tree4be878b573f22a1b4812c941613d54988b01b2ef
parent[patch] cleanup non-supported FreeBSD versions (diff)
[patch] cleanup non-supported FreeBSD versions
PR: ports/111655 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: David Yeske <dyeske@yahoo.com>
Notes
Notes: svn path=/head/; revision=190079
-rw-r--r--audio/freebirth/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/freebirth/Makefile b/audio/freebirth/Makefile
index f545e2f7912f..09fb3451e463 100644
--- a/audio/freebirth/Makefile
+++ b/audio/freebirth/Makefile
@@ -18,11 +18,9 @@ USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_GMAKE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500000
-IGNORE= is too unstable on FreeBSD >= 5.x
-.endif
+BROKEN= is too unstable on FreeBSD >= 5.x
+DEPRECATED= Doesn't work on FreeBSD 5.0 and higher
+EXPIRATION_DATE=2007-06-01
pre-build:
@${REINPLACE_CMD} -E -e 's|-g[[:space:]]+-O6|${CFLAGS}|; \
@@ -42,4 +40,4 @@ do-install:
@${MKDIR} ${PREFIX}/share/freebirth/raw
${INSTALL_DATA} ${WRKSRC}/raw/*.raw ${PREFIX}/share/freebirth/raw
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>