summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-01 23:27:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-01 23:27:42 +0000
commitfbc0b2d36edcea8079ebcc8a317454a7fd7f5782 (patch)
tree9cd5fc0ec69f048ce13ef5aaf9ac3d98f5933688 /lang
parentUpdate to 0.60 to fix the build with guile 1.8. (diff)
This one is sneaky. Guile depends on gmake which brings in gettext. Guile
detects gettext and links to it. However, gettext was not a RUN_DEPENDS or LIB_DEPENDS, so other packages which don't already install gettext fail. Fix this by adding USE_GETTEXT. Reported by: pointyhat via erwin
Notes
Notes: svn path=/head/; revision=208296
Diffstat (limited to 'lang')
-rw-r--r--lang/guile/Makefile3
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