aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2013-04-25 21:44:38 +0800
committerak <ak@FreeBSD.org>2013-04-25 21:44:38 +0800
commit65c8521b41f7a512440995ce8c807d9bcd6348d3 (patch)
treee5f7b3dd597d7cc9783c24008e38d5961ee954ab
parentfe67d767ddd2770e65ee2e42de083f087698c06a (diff)
downloadfreebsd-ports-gnome-65c8521b41f7a512440995ce8c807d9bcd6348d3.tar.gz
freebsd-ports-gnome-65c8521b41f7a512440995ce8c807d9bcd6348d3.tar.zst
freebsd-ports-gnome-65c8521b41f7a512440995ce8c807d9bcd6348d3.zip
- Remove unconditional USES= gettext
- Remove indefinite article from COMMENT - Remove NLS from options, it's handled globally Approved by: gnome (kwm)
-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>