diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-09-17 10:35:02 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-09-17 10:35:02 +0000 |
commit | a72487653d7f56cd2cad9373c9612ce193da447f (patch) | |
tree | a42b225179cb3967f51377315af8e8cb51afbe7d /lang/ocs | |
parent | - Update to 0.9.3 (diff) |
Mark as not for sparc64 for the moment.
Submitted by: Bjoern Koenig <bkoenig (at) cs.tu-berlin.de> (maintainer)
Diffstat (limited to 'lang/ocs')
-rw-r--r-- | lang/ocs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocs/Makefile b/lang/ocs/Makefile index 049f4d6969b3..706ae830d0b2 100644 --- a/lang/ocs/Makefile +++ b/lang/ocs/Makefile @@ -36,7 +36,7 @@ HAS_CONFIGURE= yes USE_XORG= xt USE_LDCONFIG= ${OCS}/lib/freebsd${OSREL}-${ARCH} -NOT_FOR_ARCHS= amd64 ia64 +NOT_FOR_ARCHS= amd64 ia64 sparc64 CONFIGURE_ARGS= --prefix="${WRKDIR}" \ --disable-absolute-pathes \ |