diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-10-15 23:19:10 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-10-15 23:19:10 +0000 |
commit | 67d12be74e9fbffbefdfb5e6953174c3dada210a (patch) | |
tree | 62508bf0ce01a3cd355616949ff81e5a20d5c0b6 /x11/libunique | |
parent | dc19e1efa29f6931569f517da775ff34b4e724d7 (diff) | |
download | pkgsrc-67d12be74e9fbffbefdfb5e6953174c3dada210a.tar.gz |
Revert buildtool.mk additions for glib-{mkenums,genmarshal} using packages
Add TOOL_DEPENDS+=glib2-tools to glib2/buildlink3.mk
Diffstat (limited to 'x11/libunique')
-rw-r--r-- | x11/libunique/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/libunique/Makefile b/x11/libunique/Makefile index b32c67693a5..45dbce1f148 100644 --- a/x11/libunique/Makefile +++ b/x11/libunique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2017/10/14 21:05:38 prlw1 Exp $ +# $NetBSD: Makefile,v 1.39 2017/10/15 23:19:13 prlw1 Exp $ DISTNAME= libunique-1.1.6 PKGREVISION= 24 @@ -41,6 +41,5 @@ CFLAGS+= -Wno-tautological-compare .include "options.mk" -.include "../../devel/glib2/buildtools.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |