diff options
Diffstat (limited to 'audio/beast/Makefile')
-rw-r--r-- | audio/beast/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 2b7d281a24d1..4c0833e8eb27 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -6,8 +6,7 @@ # PORTNAME= beast -PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTVERSION= 0.6.4 CATEGORIES= audio MASTER_SITES= ftp://beast.gtk.org/pub/beast/v0.6/ \ http://beast.gtk.org/beast-ftp/v0.6/ @@ -21,7 +20,7 @@ LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis \ USE_X_PREFIX= yes USE_GMAKE= yes -USE_GCC= 3.3 +USE_GCC= 3.4 USE_REINPLACE= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomecanvas USE_INC_LIBTOOL_VER= 15 @@ -37,12 +36,8 @@ MAN3= beast-gxk.3 bse-procs.3 bse-structs.3 bse.3 sfi.3 .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" -BROKEN= "Configure fails on ia64" -.endif - -.if ${ARCH} == "alpha" -BROKEN= "Does not build on alpha" +.if ${OSVERSION} < 500000 +IGNORE= does not compile on FreeBSD 4.x, missing library function isfinite .endif post-patch: |