aboutsummaryrefslogtreecommitdiff
path: root/graphics/ppmcaption
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-02-19 21:03:11 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-02-19 21:03:11 +0000
commit8f4fb6da751a2939d407a40b7d0e94ad56ff17fc (patch)
tree67be9f7c74a7edc8c7360943777a58aa141d6a6b /graphics/ppmcaption
parent646c85816d8bf071102def6c22c8e0ddc2231717 (diff)
downloadports-8f4fb6da751a2939d407a40b7d0e94ad56ff17fc.tar.gz
ports-8f4fb6da751a2939d407a40b7d0e94ad56ff17fc.zip
- This now fails over on amd64 5.x and 8.x too, so just flip the logic and
allow it on i386 only Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=207599
Diffstat (limited to 'graphics/ppmcaption')
-rw-r--r--graphics/ppmcaption/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/graphics/ppmcaption/Makefile b/graphics/ppmcaption/Makefile
index 1ca62c4d6bea..9c088979eb24 100644
--- a/graphics/ppmcaption/Makefile
+++ b/graphics/ppmcaption/Makefile
@@ -19,17 +19,10 @@ CONFIGURE_ARGS+= --with-builtin="ncenB24.bdf -scale 0.5 -blur 5"
MAN1= ppmcaption.1
PLIST_FILES= bin/ppmcaption
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64"
-BROKEN= "Does not compile on ia64"
-.endif
-
-.if ${ARCH} == "amd64" && ${OSVERSION} < 700000
-BROKEN= Does not compile on amd64 5.x/6.x
-.endif
+ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS_REASON= does not compile on ia64 or amd64
post-patch:
${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>