diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-10-14 21:05:38 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-10-14 21:05:38 +0000 |
commit | 2f94f0e9a67f4d8af97b70447508912e56bf2511 (patch) | |
tree | 3349082f2c4fcbebbf93c930aec560840974aa56 /x11/libunique | |
parent | 6ec2e47a3ef0ba64808e8f38f4a302f942d709ad (diff) | |
download | pkgsrc-2f94f0e9a67f4d8af97b70447508912e56bf2511.tar.gz |
libunique: requires py-glib2-tools to build
Diffstat (limited to 'x11/libunique')
-rw-r--r-- | x11/libunique/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libunique/Makefile b/x11/libunique/Makefile index f9e553cb4ae..b32c67693a5 100644 --- a/x11/libunique/Makefile +++ b/x11/libunique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2017/10/03 12:12:34 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2017/10/14 21:05:38 prlw1 Exp $ DISTNAME= libunique-1.1.6 PKGREVISION= 24 @@ -41,5 +41,6 @@ CFLAGS+= -Wno-tautological-compare .include "options.mk" +.include "../../devel/glib2/buildtools.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |