aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xfce4-xkb-plugin
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2006-08-07 10:59:05 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2006-08-07 10:59:05 +0000
commitea816eefc7393fed9dd692cb943a0261e4af7052 (patch)
tree0f21ab6efa80307f05cf621a8e1e260f5cd0c219 /deskutils/xfce4-xkb-plugin
parentb0cc626a88d3368f74b9ec0ab8078b1a97fee9b6 (diff)
downloadports-ea816eefc7393fed9dd692cb943a0261e4af7052.tar.gz
ports-ea816eefc7393fed9dd692cb943a0261e4af7052.zip
Mark BROKEN on pre-5.
Notes
Notes: svn path=/head/; revision=169956
Diffstat (limited to 'deskutils/xfce4-xkb-plugin')
-rw-r--r--deskutils/xfce4-xkb-plugin/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile
index 625f0800631d..768c9482ec80 100644
--- a/deskutils/xfce4-xkb-plugin/Makefile
+++ b/deskutils/xfce4-xkb-plugin/Makefile
@@ -25,4 +25,10 @@ GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>