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 | |
parent | - Mark BROKEN on amd64/6: does not compile (diff) |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
-rw-r--r-- | deskutils/xfce4-notes-plugin/Makefile | 8 | ||||
-rw-r--r-- | games/wesnoth-devel/Makefile | 4 |
2 files changed, 11 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> diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile index ca7b7d26ef6b..f86995f025df 100644 --- a/games/wesnoth-devel/Makefile +++ b/games/wesnoth-devel/Makefile @@ -58,6 +58,10 @@ OPTIONS= CAMPAIGN "Enable campaign server" On \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= does not compile +.endif + .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif |