Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/mysql55-server/Makefile,v retrieving revision 1.266 diff -u -r1.266 Makefile --- Makefile 19 Nov 2010 22:28:39 -0000 1.266 +++ Makefile 26 Nov 2010 03:08:31 -0000 @@ -7,7 +7,7 @@ PORTNAME?= mysql PORTVERSION= 5.5.7 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQL-5.5 @@ -125,6 +125,10 @@ BROKEN= does not build on 6.X .endif +.if (${OSVERSION} < 900021) && defined(WITH_DTRACE) +BROKEN= Need userland DTrace support found in FreeBSD 9.0 +.endif + pre-fetch: @${ECHO} "" @${ECHO} "You may use the following build options:"