diff options
author | linimon <linimon@FreeBSD.org> | 2006-09-18 12:24:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-09-18 12:24:43 +0800 |
commit | fcfa22681fc0882599c5a5097f9515377286991f (patch) | |
tree | 95a9c14d5b0bcff6721f511dfab2252e0b17cd30 /cad/kicad/Makefile | |
parent | ca1cee001358f5b2405086ecb798b46763933540 (diff) | |
download | freebsd-ports-gnome-fcfa22681fc0882599c5a5097f9515377286991f.tar.gz freebsd-ports-gnome-fcfa22681fc0882599c5a5097f9515377286991f.tar.zst freebsd-ports-gnome-fcfa22681fc0882599c5a5097f9515377286991f.zip |
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/Makefile')
-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 e0ac9e2e69e2..63007ac8cacb 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: |