aboutsummaryrefslogtreecommitdiff
path: root/comms/conserver-com
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-01-22 20:44:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-01-22 20:44:46 +0000
commitc8f4fd9d5e7a6c5df1e519b263b7aabf88e3a261 (patch)
tree0e194f954dfaef959420b8716d88be86173675d4 /comms/conserver-com
parentc8e74261eb7acd976c877a010fb7554d550886f6 (diff)
downloadports-c8f4fd9d5e7a6c5df1e519b263b7aabf88e3a261.tar.gz
ports-c8f4fd9d5e7a6c5df1e519b263b7aabf88e3a261.zip
ia64 is also a 64-bit platform.
Notes
Notes: svn path=/head/; revision=73812
Diffstat (limited to 'comms/conserver-com')
-rw-r--r--comms/conserver-com/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile
index 875140f95415..2495cf1bb2a6 100644
--- a/comms/conserver-com/Makefile
+++ b/comms/conserver-com/Makefile
@@ -27,7 +27,7 @@ DEFAULTHOST?= localhost
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha" || ${ARCH} == "sparc64"
+.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
CONFIGURE_ARGS+=--with-64bit
.endif