svn commit: r329693 - head/x11/xkeyboard-config
Alex Kozlov
ak at FreeBSD.org
Mon Oct 7 11:24:24 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list