diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-21 00:48:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-21 00:48:42 +0000 |
commit | 1fee47f9cee76734ab5b9d44e8ef6cca52a8574f (patch) | |
tree | cca78b30d12b006b56e9623d8be995d452afb556 | |
parent | Update to 2.0.6. (diff) |
This seems to build on sparc64 now (perhaps on ia64 as well, although that
should be tested)
Notes
Notes:
svn path=/head/; revision=81574
-rw-r--r-- | graphics/Hermes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 070460dd1ad3..451e46059629 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -15,7 +15,7 @@ COMMENT= Fast pixel formats conversion library BUILD_DEPENDS= ${LOCALBASE}/share/automake/depcomp:${PORTSDIR}/devel/automake -ONLY_FOR_ARCHS= i386 alpha +ONLY_FOR_ARCHS= i386 alpha sparc64 USE_BZIP2= yes USE_GMAKE= yes |