aboutsummaryrefslogtreecommitdiffstats
path: root/lang/guile
diff options
context:
space:
mode:
authorbofh <bofh@FreeBSD.org>2015-06-18 19:36:51 +0800
committerbofh <bofh@FreeBSD.org>2015-06-18 19:36:51 +0800
commit0dab2d3720481599ba8658093b53d49ecfbac9f4 (patch)
treeae05a56fc1c5071aa41c4612974e96cc36d73f36 /lang/guile
parent5b25854d84ccde0632e0b56ffc03350a30f3dfb3 (diff)
downloadfreebsd-ports-gnome-0dab2d3720481599ba8658093b53d49ecfbac9f4.tar.gz
freebsd-ports-gnome-0dab2d3720481599ba8658093b53d49ecfbac9f4.tar.zst
freebsd-ports-gnome-0dab2d3720481599ba8658093b53d49ecfbac9f4.zip
lang/guile: Fix build with NLS disabled
- Add LICENSE_FILE PR: 200923 Submitted by: amdmi3@FreeBSD.org
Diffstat (limited to 'lang/guile')
-rw-r--r--lang/guile/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 9ecaf9f60383..fda6e34b9d3c 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -12,6 +12,7 @@ MAINTAINER= bofh@FreeBSD.org
COMMENT= GNU Ubiquitous Intelligent Language for Extension
LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
libgmp.so:${PORTSDIR}/math/gmp
@@ -40,6 +41,7 @@ OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
+NLS_USES_OFF= gettext-tools
post-extract:
cd ${WRKSRC}; ${CHMOD} u+w ${REINPLACE_FILES}