diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-06-18 11:36:51 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-06-18 11:36:51 +0000 |
commit | e7dd682ecb67b16346f6cf153f0bce8922ebf41d (patch) | |
tree | ae05a56fc1c5071aa41c4612974e96cc36d73f36 /lang/guile/Makefile | |
parent | 049ddd29f1240b2f062b9b9f750c1615f717cf04 (diff) | |
download | ports-e7dd682ecb67b16346f6cf153f0bce8922ebf41d.tar.gz ports-e7dd682ecb67b16346f6cf153f0bce8922ebf41d.zip |
Notes
Diffstat (limited to 'lang/guile/Makefile')
-rw-r--r-- | lang/guile/Makefile | 2 |
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} |