aboutsummaryrefslogtreecommitdiff
path: root/graphics/ppmcaption
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 04:50:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 04:50:56 +0000
commit0d776d886899cce017bd342670517f35f9b97735 (patch)
tree739d6e23def2b5049ec65bb8fa212f8537d2818b /graphics/ppmcaption
parent5c84d0ab18e42690c9ef767b65b4d4753f97b147 (diff)
downloadports-0d776d886899cce017bd342670517f35f9b97735.tar.gz
ports-0d776d886899cce017bd342670517f35f9b97735.zip
BROKEN on amd64 and ia64: Does not compile
Notes
Notes: svn path=/head/; revision=102974
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>