svn commit: r388715 - head/net/remmina

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 15:04:24 UTC 2015


Author: amdmi3
Date: Sun Jun  7 15:04:23 2015
New Revision: 388715
URL: https://svnweb.freebsd.org/changeset/ports/388715

Log:
  - Fix build with disabled NLS

Modified:
  head/net/remmina/Makefile

Modified: head/net/remmina/Makefile
==============================================================================
--- head/net/remmina/Makefile	Sun Jun  7 15:02:47 2015	(r388714)
+++ head/net/remmina/Makefile	Sun Jun  7 15:04:23 2015	(r388715)
@@ -42,6 +42,8 @@ USES+=		gettext
 PLIST_SUB+=	NLS=""
 LDFLAGS+=	-lintl
 .else
+USES+=		gettext	# doesn't build otherwise
+LDFLAGS+=	-lintl	# doesn't build otherwise
 PLIST_SUB+=	NLS="@comment "
 .endif
 


More information about the svn-ports-all mailing list