pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libiptcdata: pkglint



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jul 10 22:04:43 2016 +0200
Changeset:	11c05720aef57740e9cb95197aabca8108cb1567

Modified Files:
	libiptcdata/Makefile

Log Message:
libiptcdata: pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=11c05720aef57740e9cb95197aabca8108cb1567

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libiptcdata/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/libiptcdata/Makefile b/libiptcdata/Makefile
index fba5206..47f01c1 100644
--- a/libiptcdata/Makefile
+++ b/libiptcdata/Makefile
@@ -10,16 +10,16 @@ HOMEPAGE=	http://libiptcdata.sourceforge.net/
 COMMENT=	Library to parse IPTC metadata
 LICENSE=	gnu-lgpl-v2
 
-GNU_CONFIGURE=	yes
+GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes
 USE_TOOLS+=		pkg-config intltool gettext
 USE_PKGLOCALEDIR=	yes
-USE_LANGUAGES+=	c c++
+USE_LANGUAGES+=		c c++
 
 
 PKGCONFIG_OVERRIDE+=	libiptcdata/libiptcdata.pc.in
 
-CONFIGURE_ARGS+=		 --disable-python
+CONFIGURE_ARGS+=	--disable-python
 
 .include "../../databases/shared-mime-info/mimedb.mk"
 .include "../../textproc/gtk-doc/buildlink3.mk"


Home | Main Index | Thread Index | Old Index