diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-09-18 04:24:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-09-18 04:24:43 +0000 |
commit | 7f008f65c07f56fe0cd381731fcced305922f928 (patch) | |
tree | f8c7fb8bf0ce81342f5f79b06ae9b8b0b707a2f2 | |
parent | 44a06c962e7baff3e9495d715423c5e009fc2e8b (diff) |
Notes
-rw-r--r-- | cad/kicad-devel/Makefile | 2 | ||||
-rw-r--r-- | cad/kicad/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index e0ac9e2e69e2..63007ac8cacb 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/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: 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: |