From 055aa06a2dce7eba96875f5d82b27f91044419d9 Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 9 Dec 2009 23:49:20 +0000 Subject: - Mark BROKEN on 6.X Reported by: pointyhat --- devel/thunar-svn-plugin/Makefile | 8 +++++++- devel/thunar-vcs-plugin/Makefile | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/thunar-svn-plugin/Makefile b/devel/thunar-svn-plugin/Makefile index 1e1b7d11bec0..20115e8f2c5d 100644 --- a/devel/thunar-svn-plugin/Makefile +++ b/devel/thunar-svn-plugin/Makefile @@ -24,4 +24,10 @@ GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_XFCE= configenv libexo thunar -.include +.include + +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.X +.endif + +.include diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile index 1e1b7d11bec0..20115e8f2c5d 100644 --- a/devel/thunar-vcs-plugin/Makefile +++ b/devel/thunar-vcs-plugin/Makefile @@ -24,4 +24,10 @@ GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_XFCE= configenv libexo thunar -.include +.include + +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.X +.endif + +.include -- cgit