svn commit: r507526 - head/editors/nano

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Jul 28 19:36:24 UTC 2019


Author: danilo
Date: Sun Jul 28 19:36:23 2019
New Revision: 507526
URL: https://svnweb.freebsd.org/changeset/ports/507526

Log:
  - Use "localbase" instead of CPPFLAGS
  
  Reported by:	pkubaj

Modified:
  head/editors/nano/Makefile

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Sun Jul 28 19:11:14 2019	(r507525)
+++ head/editors/nano/Makefile	Sun Jul 28 19:36:23 2019	(r507526)
@@ -27,9 +27,8 @@ MAKE_ARGS+=	install_htmlmanDATA=install-htmlmanDATA
 OPTIONS_DEFINE=	DOCS EXAMPLES NLS
 OPTIONS_SUB=	yes
 
-NLS_USES=		gettext
+NLS_USES=		gettext localbase
 NLS_CONFIGURE_ENABLE=	nls
-NLS_CPPFLAGS=	-I${LOCALBASE}/include
 
 INFO=		nano
 


More information about the svn-ports-all mailing list