diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 10:25:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 10:25:16 +0000 |
commit | 9e142855611a9fdf8b75682be564333ddb6c57b2 (patch) | |
tree | 187bf7c2101b65938d525323e7c77749e7ddd695 /net/remmina-plugins | |
parent | 062ed8d36fcff34f0d3051dd7687377d27558a32 (diff) |
Notes
Diffstat (limited to 'net/remmina-plugins')
-rw-r--r-- | net/remmina-plugins/bsd.plugin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/remmina-plugins/bsd.plugin.mk b/net/remmina-plugins/bsd.plugin.mk index 88cddb9915c9..7fdde98b82d2 100644 --- a/net/remmina-plugins/bsd.plugin.mk +++ b/net/remmina-plugins/bsd.plugin.mk @@ -47,7 +47,7 @@ LDFLAGS+= -fstack-protector PLIST_SUB+= SSH="" .endif -.if ${PORT_OPTONS:MNLS} +.if ${PORT_OPTIONS:MNLS} RUN_DEPENDS+= ${LOCALBASE}/share/locale/bg/LC_MESSAGES/remmina-plugins.mo:${PORTSDIR}/net/remmina-plugin-i18n .endif |