aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xfce4-notes-plugin
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-05-29 20:52:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-05-29 20:52:52 +0000
commitb73ba4f2cf205b6bf6af990eaada68d3bdc8a63d (patch)
treef7725d5ee8240f073648c0e60217ebbf9dd5c338 /deskutils/xfce4-notes-plugin
parent86a1054cb65f8cceadb4ef7e6772480826889505 (diff)
downloadports-b73ba4f2cf205b6bf6af990eaada68d3bdc8a63d.tar.gz
ports-b73ba4f2cf205b6bf6af990eaada68d3bdc8a63d.zip
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=234816
Diffstat (limited to 'deskutils/xfce4-notes-plugin')
-rw-r--r--deskutils/xfce4-notes-plugin/Makefile8
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>