diff options
Diffstat (limited to 'graphics/ppmcaption/Makefile')
-rw-r--r-- | graphics/ppmcaption/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ppmcaption/Makefile b/graphics/ppmcaption/Makefile index bcbf6bd76fe1..1ca62c4d6bea 100644 --- a/graphics/ppmcaption/Makefile +++ b/graphics/ppmcaption/Makefile @@ -25,8 +25,8 @@ PLIST_FILES= bin/ppmcaption BROKEN= "Does not compile on ia64" .endif -.if ${ARCH} == "amd64" && ${OSVERSION} < 600000 -BROKEN= "Does not compile on amd64 5.x" +.if ${ARCH} == "amd64" && ${OSVERSION} < 700000 +BROKEN= Does not compile on amd64 5.x/6.x .endif post-patch: |