diff options
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 5b2e349504aa..18bc1dfa0768 100644 --- a/graphics/ppmcaption/Makefile +++ b/graphics/ppmcaption/Makefile @@ -21,8 +21,8 @@ PLIST_FILES= bin/ppmcaption .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 or ia64" +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on ia64" .endif post-patch: |