diff options
author | linimon <linimon@FreeBSD.org> | 2006-09-18 04:24:43 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-09-18 04:24:43 +0000 |
commit | fcfa22681fc0882599c5a5097f9515377286991f (patch) | |
tree | 95a9c14d5b0bcff6721f511dfab2252e0b17cd30 /cad/kicad | |
parent | ca1cee001358f5b2405086ecb798b46763933540 (diff) | |
download | FreeBSD-ports-fcfa22681fc0882599c5a5097f9515377286991f.zip FreeBSD-ports-fcfa22681fc0882599c5a5097f9515377286991f.tar.gz |
Remove OSVERSION version from BROKEN string. I introduced this usage but
it was a bad idea to start with.
Hat: portmgr
Diffstat (limited to 'cad/kicad')
-rw-r--r-- | cad/kicad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index e0ac9e2..63007ac 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -56,7 +56,7 @@ RUN_DEPENDS+= xpdf:${PORTSDIR}/graphics/xpdf .endif .if ${OSVERSION} < 500000 -BROKEN= Does not compile on ${OSVERSION} +BROKEN= Does not compile on 4.X .endif post-extract: |