diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2007-04-26 14:08:55 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2007-04-26 14:08:55 +0000 |
commit | 2e6e9aa08a50aede6f69c27b98339f9704d23b02 (patch) | |
tree | 9b977b09dee074c8ede19008822ce044671c3907 /graphics/k3d | |
parent | 7fa1a3feffdc04560656474469737f6357622477 (diff) |
Notes
Diffstat (limited to 'graphics/k3d')
-rw-r--r-- | graphics/k3d/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index 9c34bd92910b..31f014d0bd42 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -45,10 +45,6 @@ MAN1= k3d.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif - .if ${ARCH} == "amd64" BROKEN= "Does not compile on amd64" .endif |