svn commit: r325409 - head/net/remmina
Baptiste Daroussin
bapt at FreeBSD.org
Mon Aug 26 17:42:23 UTC 2013
Author: bapt
Date: Mon Aug 26 17:42:22 2013
New Revision: 325409
URL: http://svnweb.freebsd.org/changeset/ports/325409
Log:
Fix another fallout from ld(1) behaviour change in head
Modified:
head/net/remmina/Makefile
Modified: head/net/remmina/Makefile
==============================================================================
--- head/net/remmina/Makefile Mon Aug 26 17:31:14 2013 (r325408)
+++ head/net/remmina/Makefile Mon Aug 26 17:42:22 2013 (r325409)
@@ -44,6 +44,7 @@ CMAKE_ARGS+= -DGTK_VERSION=2
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
+LDFLAGS+= -lintl
.else
PLIST_SUB+= NLS="@comment "
.endif
More information about the svn-ports-head
mailing list