aboutsummaryrefslogtreecommitdiff
path: root/graphics/ppmcaption
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ppmcaption')
-rw-r--r--graphics/ppmcaption/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ppmcaption/Makefile b/graphics/ppmcaption/Makefile
index a1a52249df97..a78a880a8d64 100644
--- a/graphics/ppmcaption/Makefile
+++ b/graphics/ppmcaption/Makefile
@@ -20,7 +20,13 @@ MAN1= ppmcaption.1
PLIST_FILES= bin/ppmcaption
USE_REINPLACE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64 or ia64"
+.endif
+
post-patch:
${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>