diff options
author | pav <pav@FreeBSD.org> | 2009-12-10 07:49:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-10 07:49:20 +0800 |
commit | 055aa06a2dce7eba96875f5d82b27f91044419d9 (patch) | |
tree | 174dbaea1081dcd5619eaf4a6f076c31d3bb058f /devel/thunar-svn-plugin | |
parent | cdd6058cb1908c58ee3c23d9a5d8b438a0120b24 (diff) | |
download | freebsd-ports-gnome-055aa06a2dce7eba96875f5d82b27f91044419d9.tar.gz freebsd-ports-gnome-055aa06a2dce7eba96875f5d82b27f91044419d9.tar.zst freebsd-ports-gnome-055aa06a2dce7eba96875f5d82b27f91044419d9.zip |
- Mark BROKEN on 6.X
Reported by: pointyhat
Diffstat (limited to 'devel/thunar-svn-plugin')
-rw-r--r-- | devel/thunar-svn-plugin/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.X +.endif + +.include <bsd.port.post.mk> |