diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-10-13 16:36:03 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-10-13 16:36:03 +0000 |
commit | a67547a0aab83a351dca9ea477bf7996d43db8a4 (patch) | |
tree | e97cf378ddba9eb0a35ea78205a2292f2b98e77f /print | |
parent | 6347f7dd287000d727ecd376d736518effeef85d (diff) | |
download | pkgsrc-a67547a0aab83a351dca9ea477bf7996d43db8a4.tar.gz |
Move gdbus-codegen users to py-glib2-tools by including glib2/buildtools.mk
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 4 | ||||
-rw-r--r-- | print/evince3/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 5146aba40f6..760a6b4ea41 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2017/09/07 11:24:29 prlw1 Exp $ +# $NetBSD: Makefile,v 1.80 2017/10/13 16:36:03 prlw1 Exp $ DISTNAME= cups-filters-1.17.2 PKGREVISION= 3 @@ -16,7 +16,6 @@ USE_LIBTOOL= yes USE_TOOLS+= bash:run pkg-config gmake USE_LANGUAGES= c c++11 -BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils PKGCONFIG_OVERRIDE+= libcupsfilters.pc.in @@ -73,6 +72,7 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/cups-browsed-daemonize.sh ${DESTDIR}${PREFIX}/libexec/cups-browsed .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/glib2/buildtools.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" diff --git a/print/evince3/Makefile.common b/print/evince3/Makefile.common index 93ea2143b10..e9283cd8e44 100644 --- a/print/evince3/Makefile.common +++ b/print/evince3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2017/08/27 16:08:06 prlw1 Exp $ +# $NetBSD: Makefile.common,v 1.18 2017/10/13 16:36:03 prlw1 Exp $ # # used by print/evince3/Makefile # would probably be used by print/evince3-nautilus/Makefile if that existed @@ -26,7 +26,6 @@ CONFIGURE_ARGS+= --disable-browser-plugin # Disable thumbnail cache CONFIGURE_ARGS+= --disable-libgnome-desktop -BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool # XXX fake for "configure" to allow build w/o a gs installed @@ -39,6 +38,7 @@ pre-configure: .include "../../databases/shared-mime-info/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36.0 .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/glib2/buildtools.mk" BUILDLINK_API_DEPENDS.adwaita-icon-theme+= adwaita-icon-theme>=2.17.1 .include "../../graphics/adwaita-icon-theme/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" |