From 8317452dbebab2db79db693316b3dbd0dbcfb25e Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 25 May 2010 20:49:35 +0000 Subject: - Mark BROKEN on 6.X: does not configure Reported by: pointyhat --- databases/mysqlard/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/mysqlard/Makefile b/databases/mysqlard/Makefile index 4ee81155b8f7..6fadc97b832b 100644 --- a/databases/mysqlard/Makefile +++ b/databases/mysqlard/Makefile @@ -33,7 +33,13 @@ CONFIGURE_ARGS= --with-rrd="${LOCALBASE}" --datadir="${PREFIX}/www" \ SUB_FILES= pkg-message +.include + +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.X +.endif + post-install: @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} -.include +.include -- cgit