diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-27 01:42:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-27 01:42:22 +0800 |
commit | 599427326b8d610f4f986ddd63914ba5b31518f9 (patch) | |
tree | cc620199e06046b48aaabecf6d5e65ac60d7bd66 /net | |
parent | 46230a233ba8815dafde3e75a511b93811db0e33 (diff) | |
download | freebsd-ports-gnome-599427326b8d610f4f986ddd63914ba5b31518f9.tar.gz freebsd-ports-gnome-599427326b8d610f4f986ddd63914ba5b31518f9.tar.zst freebsd-ports-gnome-599427326b8d610f4f986ddd63914ba5b31518f9.zip |
Fix another fallout from ld(1) behaviour change in head
Diffstat (limited to 'net')
-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 |