diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-04 23:41:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-04 23:41:29 +0000 |
commit | 1ed4cd667350b9bc2a890ce80fa5153279368bc5 (patch) | |
tree | f9a1ef943420a4ae779cc3c499e25513547db23e /graphics/ppmcaption | |
parent | 64a425ae65e448fa070e3d6c6afa39ea26839dcc (diff) |
- Mark BROKEN on amd64/6 too
Reported by: pointyhat
Approved by: portmgr (hat)
Notes
Notes:
svn path=/head/; revision=202903
Diffstat (limited to 'graphics/ppmcaption')
-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: |