diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-26 17:42:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-26 17:42:22 +0000 |
commit | 3aabfe62a4dae2bef1e49a65db6c8edd54cf6284 (patch) | |
tree | cc620199e06046b48aaabecf6d5e65ac60d7bd66 /net/remmina/Makefile | |
parent | ee59daa79afd21037092b7ae6a8fce059ec93a90 (diff) |
Notes
Diffstat (limited to 'net/remmina/Makefile')
-rw-r--r-- | net/remmina/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/remmina/Makefile b/net/remmina/Makefile index 5bb6ca45dea7..48be9f543a3b 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -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 |