diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:53:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:53:07 +0000 |
commit | 3737398a61802460be5157bdf2359ed2d941da62 (patch) | |
tree | b6d236847f3fe12524d7ac341532bed748c05cfe /graphics/exiv2 | |
parent | 7a05ec19e59f336d7924f0c2f172f669d9693a11 (diff) | |
download | ports-3737398a61802460be5157bdf2359ed2d941da62.tar.gz ports-3737398a61802460be5157bdf2359ed2d941da62.zip |
Notes
Diffstat (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/Makefile | 4 |
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 |