diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:21:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:21:21 +0800 |
commit | ee30f9ec2012ee5203ce83ed81f789c62a2279f2 (patch) | |
tree | 7ca3094c2428f21b8e7dc6f795e89578a838aca2 /comms | |
parent | 29a967ceb6d6dfcbdd9e64f48612c512212a1706 (diff) | |
download | freebsd-ports-graphics-ee30f9ec2012ee5203ce83ed81f789c62a2279f2.tar.gz freebsd-ports-graphics-ee30f9ec2012ee5203ce83ed81f789c62a2279f2.tar.zst freebsd-ports-graphics-ee30f9ec2012ee5203ce83ed81f789c62a2279f2.zip |
Remove always-false/true conditions based on OSVERSION 500000
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ixj/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/comms/ixj/Makefile b/comms/ixj/Makefile index afa5e005062..5266fcaf17a 100644 --- a/comms/ixj/Makefile +++ b/comms/ixj/Makefile @@ -20,9 +20,7 @@ ONLY_FOR_ARCHS= i386 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500000 IGNORE= cannot be installed since the driver has not been updated for 5.x kernels. Still uses machine/ipl.h -.endif WRKSRC= ${WRKDIR}/ixj_freebsd MAKEFILE= Makefile.BSD |