Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2013 13:44:39 +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: r316515 - head/graphics/gdk-pixbuf2
Message-ID:  <201304251344.r3PDid1c079303@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Thu Apr 25 13:44:38 2013
New Revision: 316515
URL: http://svnweb.freebsd.org/changeset/ports/316515

Log:
  - Remove unconditional USES= gettext
  - Remove indefinite article from COMMENT
  - Remove NLS from options, it's handled globally
  
  Approved by:	gnome (kwm)

Modified:
  head/graphics/gdk-pixbuf2/Makefile

Modified: head/graphics/gdk-pixbuf2/Makefile
==============================================================================
--- head/graphics/gdk-pixbuf2/Makefile	Thu Apr 25 11:38:37 2013	(r316514)
+++ head/graphics/gdk-pixbuf2/Makefile	Thu Apr 25 13:44:38 2013	(r316515)
@@ -11,13 +11,12 @@ PKGNAMESUFFIX=	2
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	A graphic library for GTK+
+COMMENT=	Graphic library for GTK+
 
 BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 
 LATEST_LINK=	gdk-pixbuf2
 USE_XZ=		yes
-USES=		gettext
 USE_GMAKE=	yes
 USE_XORG=	xt xi x11
 USE_AUTOTOOLS=	libtool
@@ -30,8 +29,8 @@ CONFIGURE_ARGS=	--enable-introspection=y
 
 MAN1=		gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1
 
-OPTIONS_DEFINE=	JASPER JPEG PNG TIFF NLS
-OPTIONS_DEFAULT=JASPER JPEG PNG TIFF NLS
+OPTIONS_DEFINE=	JASPER JPEG PNG TIFF
+OPTIONS_DEFAULT=JASPER JPEG PNG TIFF
 
 .include <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304251344.r3PDid1c079303>