diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 23:27:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 23:27:42 +0000 |
commit | fbc0b2d36edcea8079ebcc8a317454a7fd7f5782 (patch) | |
tree | 9cd5fc0ec69f048ce13ef5aaf9ac3d98f5933688 /lang/guile | |
parent | 7d5c9e94715794376f66b447aa50aefbf8b5c2d9 (diff) | |
download | ports-fbc0b2d36edcea8079ebcc8a317454a7fd7f5782.tar.gz ports-fbc0b2d36edcea8079ebcc8a317454a7fd7f5782.zip |
Notes
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index cf73ed1c9a7e..c91362ec979c 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -7,7 +7,7 @@ PORTNAME= guile PORTVERSION= 1.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= guile @@ -19,6 +19,7 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 USE_AUTOTOOLS= autoconf:261 libltdl:15 USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gnometarget |