diff options
-rw-r--r-- | editors/gedit3/Makefile.common | 4 | ||||
-rw-r--r-- | x11/gtksourceview3/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/editors/gedit3/Makefile.common b/editors/gedit3/Makefile.common index 20e80d48b33..4c1867e9a86 100644 --- a/editors/gedit3/Makefile.common +++ b/editors/gedit3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2012/10/29 14:48:41 prlw1 Exp $ +# $NetBSD: Makefile.common,v 1.4 2013/12/12 01:30:04 prlw1 Exp $ # used by editors/gedit3/Makefile # used by editors/gedit3-spell/Makefile @@ -22,6 +22,8 @@ PKGCONFIG_OVERRIDE+= data/gedit.pc.in PY_PATCHPLIST= yes CONFIGURE_ARGS+= --disable-updater +CONFIGURE_ARGS+= --disable-deprecations +CONFIGURE_ARGS+= --disable-maintainer-mode BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool diff --git a/x11/gtksourceview3/Makefile b/x11/gtksourceview3/Makefile index 7977339425c..5a6524f7adc 100644 --- a/x11/gtksourceview3/Makefile +++ b/x11/gtksourceview3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/10/10 14:41:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2013/12/12 01:28:45 prlw1 Exp $ # DISTNAME= gtksourceview-3.6.0 @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake gsed intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes +CONFIGURE_ARGS+= --disable-deprecations +CONFIGURE_ARGS+= --disable-maintainer-mode PKGCONFIG_OVERRIDE+= gtksourceview-3.0.pc.in |