Date: Fri, 5 Oct 2012 17:53:46 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305315 - head/multimedia/freetuxtv Message-ID: <201210051753.q95Hrkxe014434@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Fri Oct 5 17:53:45 2012 New Revision: 305315 URL: http://svn.freebsd.org/changeset/ports/305315 Log: Options framework take care of NLS, no need do specify it Reported by: bapt Modified: head/multimedia/freetuxtv/Makefile Modified: head/multimedia/freetuxtv/Makefile ============================================================================== --- head/multimedia/freetuxtv/Makefile Fri Oct 5 17:40:54 2012 (r305314) +++ head/multimedia/freetuxtv/Makefile Fri Oct 5 17:53:45 2012 (r305315) @@ -35,9 +35,6 @@ INSTALLS_ICONS= yes CONFIGURE_ARGS+=--with-gtk=2.0 -OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210051753.q95Hrkxe014434>