diff options
author | des <des@FreeBSD.org> | 2006-08-07 18:59:05 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2006-08-07 18:59:05 +0800 |
commit | 0258d5e6d6206736d5625d8a5486c667df052e61 (patch) | |
tree | 7c0f47784ef3c1cc80862bb9a1ccb4fa147b014e /deskutils/xfce4-xkb-plugin | |
parent | 3a03625bd1b47edaf7eb19bc8b3585f673a5b8f1 (diff) | |
download | freebsd-ports-gnome-0258d5e6d6206736d5625d8a5486c667df052e61.tar.gz freebsd-ports-gnome-0258d5e6d6206736d5625d8a5486c667df052e61.tar.zst freebsd-ports-gnome-0258d5e6d6206736d5625d8a5486c667df052e61.zip |
Mark BROKEN on pre-5.
Diffstat (limited to 'deskutils/xfce4-xkb-plugin')
-rw-r--r-- | deskutils/xfce4-xkb-plugin/Makefile | 8 |
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> |