From d51f89af4c26a33d48b5eec58e5bd3ea17756963 Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 19 Dec 2009 13:02:00 +0000 Subject: - Mark BROKEN on 6.x: does not configure Reported by: pointyhat --- databases/glom/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'databases') diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 0e3331d13815..4a7463e7147b 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -45,6 +45,10 @@ INSTALLS_ICONS= yes .include +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.x +.endif + #.if defined(WITH_SELF_HOSTING) # Note: USE_PGSQL has already been set above. BUILD_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server -- cgit