summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2009-08-08 12:25:48 +0000
committerRobert Noland <rnoland@FreeBSD.org>2009-08-08 12:25:48 +0000
commit183473c17edcfcc1879f359a7111db65b031b245 (patch)
tree9aa31889f297d4b9556424741930aae953a53649
parentUpdate to version 1.0.29. (diff)
The port maintainer says that this works on amd64 for him, but pointyhat
fails. After discussing with the maintainer, revert enabling amd64 ARCH. Reported by: pointyhat (pav) Submitted by: maintainer (via irc)
Notes
Notes: svn path=/head/; revision=239151
-rw-r--r--lang/gcl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile
index 2a24b766fe9a..030cb645a0be 100644
--- a/lang/gcl/Makefile
+++ b/lang/gcl/Makefile
@@ -18,7 +18,7 @@ COMMENT= GNU Common Lisp
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 \
gmp.8:${PORTSDIR}/math/libgmp4
-ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS= i386
GNU_CONFIGURE= yes
USE_GMAKE= yes