svn commit: r316515 - head/graphics/gdk-pixbuf2

Alex Kozlov ak at FreeBSD.org
Thu Apr 25 13:44:39 UTC 2013


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 at 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>
 


More information about the svn-ports-head mailing list