diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-04 19:31:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-04 19:31:10 +0000 |
commit | aef9f422c98d6a8c3dc9641275c81e08e0ced17c (patch) | |
tree | 852c906213c10a3160570026206db3c1ed0159f5 /x11/libxklavier | |
parent | cde1c84abf4a0270f1fc514a9e29cd6a6cf495da (diff) |
Notes
Diffstat (limited to 'x11/libxklavier')
-rw-r--r-- | x11/libxklavier/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index 46030a627ffd..edd0cce86de7 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -34,4 +34,10 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ PLIST_SUB= VERSION=${PORTVERSION} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= does not build on 4.X +.endif + +.include <bsd.port.post.mk> |