summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2003-06-08 09:36:20 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2003-06-08 09:36:20 +0000
commit8cee6fc3344a8cf47d2ba5df426165a4d03641e8 (patch)
tree71e3bc44153e22655bdebc4c0fa4704ab46fbc7f
parentTeach config.sub about ia64. (diff)
Add ia64 to ONLY_FOR_ARCHS. It builds.
Notes
Notes: svn path=/head/; revision=82516
-rw-r--r--graphics/Hermes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile
index 90c3dacb4018..1b14ca8bdb5b 100644
--- a/graphics/Hermes/Makefile
+++ b/graphics/Hermes/Makefile
@@ -16,7 +16,7 @@ COMMENT= Fast pixel formats conversion library
BUILD_DEPENDS= ${LOCALBASE}/share/automake/depcomp:${PORTSDIR}/devel/automake
-ONLY_FOR_ARCHS= i386 alpha sparc64
+ONLY_FOR_ARCHS= i386 alpha ia64 sparc64
USE_BZIP2= yes
USE_GMAKE= yes