Created attachment 157525 [details] Patch to fix build without NLS The `configure` script for x11/xfce4-screenshooter-plugin has a hard dependency on the gettext packages that causes a failure when NLS is disabled. This patch fixes the issue by bringing a gettext dependency.
Created attachment 157526 [details] Poudriere build log
I'll take it!
A commit references this bug: Author: olivierd Date: Mon Jun 8 17:19:51 UTC 2015 New revision: 388846 URL: https://svnweb.freebsd.org/changeset/ports/388846 Log: - Fix build when NLS option is disabled - Bump PORTREVISION PR: 200704 Submitted by: Kevin Zheng Changes: head/x11/xfce4-screenshooter-plugin/Makefile head/x11/xfce4-screenshooter-plugin/files/ head/x11/xfce4-screenshooter-plugin/files/patch-configure
Thanks, committed with minor changes.