diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 07:40:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 07:40:28 +0000 |
commit | eb379bcf99d85af1744e9560ca06072647cd018d (patch) | |
tree | 2ae8d33233cc9b1e6ca0c18424d6f3282b5371d8 /lang/guile | |
parent | a50bdf7656041aa0c6a346e6e2ab2137e6756c0c (diff) | |
download | ports-eb379bcf99d85af1744e9560ca06072647cd018d.tar.gz ports-eb379bcf99d85af1744e9560ca06072647cd018d.zip |
Notes
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 87bea1853baa..cf73ed1c9a7e 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -7,6 +7,7 @@ PORTNAME= guile PORTVERSION= 1.8.4 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= guile @@ -14,6 +15,8 @@ MASTER_SITE_SUBDIR= guile MAINTAINER= amatus@gnu.org COMMENT= GNU Ubiquitous Intelligent Language for Extension +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 + USE_AUTOTOOLS= autoconf:261 libltdl:15 USE_GMAKE= yes GNU_CONFIGURE= yes |