diff options
-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 |