aboutsummaryrefslogtreecommitdiff
path: root/graphics/exiv2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 00:53:07 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 00:53:07 +0000
commit3737398a61802460be5157bdf2359ed2d941da62 (patch)
treeb6d236847f3fe12524d7ac341532bed748c05cfe /graphics/exiv2
parent7a05ec19e59f336d7924f0c2f172f669d9693a11 (diff)
downloadports-3737398a61802460be5157bdf2359ed2d941da62.tar.gz
ports-3737398a61802460be5157bdf2359ed2d941da62.zip
Notes
Diffstat (limited to 'graphics/exiv2')
-rw-r--r--graphics/exiv2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile
index 72b13d5f963e..8608ea89aacb 100644
--- a/graphics/exiv2/Makefile
+++ b/graphics/exiv2/Makefile
@@ -31,6 +31,10 @@ ALLTARGET= all doc
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
.if ${OSVERSION} < 500000
USE_GCC= 3.4
.endif