aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-03-02 07:27:42 +0800
committermarcus <marcus@FreeBSD.org>2008-03-02 07:27:42 +0800
commit5defcc9b6bc32b3d746545c7c88274cb44eca9c9 (patch)
tree8d5e4a0bbe547feadfee1e3e272b0a696bc0cc1e
parent393e24628608d316b1dc0fa5b2d99e0eaf89ca1f (diff)
downloadfreebsd-ports-gnome-5defcc9b6bc32b3d746545c7c88274cb44eca9c9.tar.gz
freebsd-ports-gnome-5defcc9b6bc32b3d746545c7c88274cb44eca9c9.tar.zst
freebsd-ports-gnome-5defcc9b6bc32b3d746545c7c88274cb44eca9c9.zip
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
-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