diff options
author | Mark Murray <markm@FreeBSD.org> | 2004-08-18 18:35:08 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2004-08-18 18:35:08 +0000 |
commit | 5f5cf805c6342332de6c042e691689edcc969f4f (patch) | |
tree | 8a7935f1f04a5c29a500e09d29c14cf8b8683c1d /lang/gcl | |
parent | Update to version 0.98.1 (diff) |
Oops. Needs libgmp.
Notes
Notes:
svn path=/head/; revision=116626
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 449082943d23..dcc929a39d0b 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -15,6 +15,7 @@ MAINTAINER= markm@freebsd.org COMMENT= GNU Common Lisp LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 +LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 ONLY_FOR_ARCHS= i386 sparc64 |