svn commit: r390026 - head/lang/guile

Muhammad Moinur Rahman bofh at FreeBSD.org
Thu Jun 18 11:36:52 UTC 2015


Author: bofh
Date: Thu Jun 18 11:36:51 2015
New Revision: 390026
URL: https://svnweb.freebsd.org/changeset/ports/390026

Log:
  lang/guile: Fix build with NLS disabled
  
  - Add LICENSE_FILE
  
  PR:		200923
  Submitted by:	amdmi3 at FreeBSD.org

Modified:
  head/lang/guile/Makefile

Modified: head/lang/guile/Makefile
==============================================================================
--- head/lang/guile/Makefile	Thu Jun 18 10:24:33 2015	(r390025)
+++ head/lang/guile/Makefile	Thu Jun 18 11:36:51 2015	(r390026)
@@ -12,6 +12,7 @@ MAINTAINER=	bofh at 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}


More information about the svn-ports-head mailing list