diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-29 20:52:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-29 20:52:52 +0000 |
commit | b73ba4f2cf205b6bf6af990eaada68d3bdc8a63d (patch) | |
tree | f7725d5ee8240f073648c0e60217ebbf9dd5c338 /deskutils/xfce4-notes-plugin/Makefile | |
parent | 86a1054cb65f8cceadb4ef7e6772480826889505 (diff) | |
download | ports-b73ba4f2cf205b6bf6af990eaada68d3bdc8a63d.tar.gz ports-b73ba4f2cf205b6bf6af990eaada68d3bdc8a63d.zip |
Notes
Diffstat (limited to 'deskutils/xfce4-notes-plugin/Makefile')
-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> |