Date: Mon, 7 Oct 2013 11:24:24 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329693 - head/x11/xkeyboard-config Message-ID: <201310071124.r97BOOZ0056697@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Mon Oct 7 11:24:23 2013 New Revision: 329693 URL: http://svnweb.freebsd.org/changeset/ports/329693 Log: - Make gettext build only dependency Approved by: x11 (kwm) Modified: head/x11/xkeyboard-config/Makefile Modified: head/x11/xkeyboard-config/Makefile ============================================================================== --- head/x11/xkeyboard-config/Makefile Mon Oct 7 11:09:05 2013 (r329692) +++ head/x11/xkeyboard-config/Makefile Mon Oct 7 11:24:23 2013 (r329693) @@ -2,6 +2,7 @@ PORTNAME= xkeyboard-config PORTVERSION= 2.9 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -32,7 +33,7 @@ NO_STAGE= yes # !nls case doesn't work correctly, comment it out. #.if ${PORT_OPTIONS:MNLS} -USES+= gettext iconv +USES+= gettext:build iconv PLIST_SUB+= NLS="" #.else #CONFIGURE_ARGS+=--disable-nls
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310071124.r97BOOZ0056697>