diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-25 05:00:46 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-25 05:00:46 +0800 |
commit | f9b3837d40632dae616e3d3c39236ad0a5841fb0 (patch) | |
tree | 37c8ec756d5212e8a55f47dde14451b2e9cd7c0a /x11/libxklavier/Makefile | |
parent | eeef6033a2101e5eb41e516fdcd011d379101483 (diff) | |
download | marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.gz marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.bz2 marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.lz marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.xz marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.zst marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.zip |
Remove the BROKEN/IGNORE on FreeBSD 4.x. I am only doing it basic, so we
can worry about remove some different kind of checks for 4.x later.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8389 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libxklavier/Makefile')
-rw-r--r-- | x11/libxklavier/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index 80d39665b..c7f35222d 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/libxklavier/Makefile,v 1.30 2006/11/04 20:21:37 marcus Exp $ +# $MCom: ports/x11/libxklavier/Makefile,v 1.31 2006/12/06 00:54:45 ahze Exp $ # PORTNAME= libxklavier @@ -33,10 +33,4 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ PLIST_SUB= VERSION=${PORTVERSION} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build on 4.X -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |