aboutsummaryrefslogtreecommitdiff
path: root/lang/guile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-06-18 11:36:51 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-06-18 11:36:51 +0000
commite7dd682ecb67b16346f6cf153f0bce8922ebf41d (patch)
treeae05a56fc1c5071aa41c4612974e96cc36d73f36 /lang/guile
parent049ddd29f1240b2f062b9b9f750c1615f717cf04 (diff)
downloadports-e7dd682ecb67b16346f6cf153f0bce8922ebf41d.tar.gz
ports-e7dd682ecb67b16346f6cf153f0bce8922ebf41d.zip
lang/guile: Fix build with NLS disabled
- Add LICENSE_FILE PR: 200923 Submitted by: amdmi3@FreeBSD.org
Notes
Notes: svn path=/head/; revision=390026
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}