Sun May 31 15:30:52 2020 UTC ()
net/libgdata0.6: remove unknown configure option


(rillig)
diff -r1.17 -r1.18 pkgsrc/net/libgdata0.6/Makefile

cvs diff -r1.17 -r1.18 pkgsrc/net/libgdata0.6/Makefile (expand / switch to unified diff)

--- pkgsrc/net/libgdata0.6/Makefile 2020/04/12 08:28:03 1.17
+++ pkgsrc/net/libgdata0.6/Makefile 2020/05/31 15:30:52 1.18
@@ -1,32 +1,34 @@ @@ -1,32 +1,34 @@
1# $NetBSD: Makefile,v 1.17 2020/04/12 08:28:03 adam Exp $ 1# $NetBSD: Makefile,v 1.18 2020/05/31 15:30:52 rillig Exp $
2 2
3DISTNAME= libgdata-0.6.6 3DISTNAME= libgdata-0.6.6
4PKGREVISION= 30 4PKGREVISION= 30
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgdata/0.6/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgdata/0.6/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= kamelderouiche@yahoo.com 9MAINTAINER= kamelderouiche@yahoo.com
10HOMEPAGE= https://live.gnome.org/libgdata 10HOMEPAGE= https://live.gnome.org/libgdata
11COMMENT= Google Data API based Glib client library 11COMMENT= Google Data API based Glib client library
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= pkg-config gmake intltool msgfmt 17USE_TOOLS+= pkg-config gmake intltool msgfmt
18USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
19 19
 20GNU_CONFIGURE_GCONF_SCHEMAS= no
 21
20PKGCONFIG_OVERRIDE+= libgdata.pc.in 22PKGCONFIG_OVERRIDE+= libgdata.pc.in
21 23
22PKG_OPTIONS_VAR= PKG_OPTIONS.libgdata 24PKG_OPTIONS_VAR= PKG_OPTIONS.libgdata
23PKG_SUPPORTED_OPTIONS= gnome 25PKG_SUPPORTED_OPTIONS= gnome
24PKG_SUGGESTED_OPTIONS= gnome 26PKG_SUGGESTED_OPTIONS= gnome
25 27
26.include "../../mk/bsd.options.mk" 28.include "../../mk/bsd.options.mk"
27 29
28.if !empty(PKG_OPTIONS:Mgnome) 30.if !empty(PKG_OPTIONS:Mgnome)
29CONFIGURE_ARGS+= --enable-gnome 31CONFIGURE_ARGS+= --enable-gnome
30.else 32.else
31CONFIGURE_ARGS+= --disable-gnome 33CONFIGURE_ARGS+= --disable-gnome
32.endif 34.endif