diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-08-07 10:59:05 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-08-07 10:59:05 +0000 |
commit | ea816eefc7393fed9dd692cb943a0261e4af7052 (patch) | |
tree | 0f21ab6efa80307f05cf621a8e1e260f5cd0c219 /deskutils/xfce4-xkb-plugin | |
parent | b0cc626a88d3368f74b9ec0ab8078b1a97fee9b6 (diff) | |
download | ports-ea816eefc7393fed9dd692cb943a0261e4af7052.tar.gz ports-ea816eefc7393fed9dd692cb943a0261e4af7052.zip |
Notes
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> |