aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf2
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-04-25 13:44:38 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-04-25 13:44:38 +0000
commit070c79b703b384f77635fb825ae6d4337a2e435f (patch)
treee5f7b3dd597d7cc9783c24008e38d5961ee954ab /graphics/gdk-pixbuf2
parentdf4620d45e6b0a8aaa0152c0f11578426ebf6273 (diff)
downloadports-070c79b703b384f77635fb825ae6d4337a2e435f.tar.gz
ports-070c79b703b384f77635fb825ae6d4337a2e435f.zip
- Remove unconditional USES= gettext
- Remove indefinite article from COMMENT - Remove NLS from options, it's handled globally Approved by: gnome (kwm)
Notes
Notes: svn path=/head/; revision=316515
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r--graphics/gdk-pixbuf2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
index 41cc881bf764..9931c40df7fc 100644
--- a/graphics/gdk-pixbuf2/Makefile
+++ b/graphics/gdk-pixbuf2/Makefile
@@ -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>