diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-19 13:02:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-19 13:02:00 +0000 |
commit | 6e826d79ddcda07c4601ee7430f4c2f5bd691fab (patch) | |
tree | 2b0020086f8284300627e4a866edb5e48a327144 /databases/glom | |
parent | b6b410305dfea87d7e10046eee59457286b01783 (diff) |
- Mark BROKEN on 6.x: does not configure
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=246235
Diffstat (limited to 'databases/glom')
-rw-r--r-- | databases/glom/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 |