diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
commit | 33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6 (patch) | |
tree | a9a385d1f8fd2b11911d2cd0d573aac02fcb8c83 /graphics/dore/Makefile | |
parent | Update to 2.0.1. (diff) |
Now builds on sparc64
Notes
Notes:
svn path=/head/; revision=173262
Diffstat (limited to 'graphics/dore/Makefile')
-rw-r--r-- | graphics/dore/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile index f688046ac39d..8e123891e9b5 100644 --- a/graphics/dore/Makefile +++ b/graphics/dore/Makefile @@ -26,10 +26,6 @@ NOPRECIOUSMAKEVARS= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - post-extract: @${MKDIR} ${WRKSRC}/lib |