diff options
author | pav <pav@FreeBSD.org> | 2009-05-30 04:52:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-30 04:52:52 +0800 |
commit | 470a59b221e69d68c627d343190d6aba5287eb87 (patch) | |
tree | 170bcb81470f004132e22f7a68b8524698295c41 /deskutils | |
parent | 9b13efa3ce89ea7b7ae9a25b1cdba2abb73412a6 (diff) | |
download | freebsd-ports-gnome-470a59b221e69d68c627d343190d6aba5287eb87.tar.gz freebsd-ports-gnome-470a59b221e69d68c627d343190d6aba5287eb87.tar.zst freebsd-ports-gnome-470a59b221e69d68c627d343190d6aba5287eb87.zip |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-notes-plugin/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile index e129a77a4c65..5f56b20df1e7 100644 --- a/deskutils/xfce4-notes-plugin/Makefile +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -23,4 +23,10 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libutil panel INSTALLS_ICONS= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not compile +.endif + +.include <bsd.port.post.mk> |