- Remove unconditional USES= gettext

- Remove indefinite article from COMMENT
- Remove NLS from options, it's handled globally

Approved by:	gnome (kwm)
This commit is contained in:
Alex Kozlov 2013-04-25 13:44:38 +00:00
parent df4620d45e
commit 070c79b703
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316515

View file

@ -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=yes --with-x11
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>