diff options
author | maya <maya@pkgsrc.org> | 2017-01-22 20:48:07 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-01-22 20:48:07 +0000 |
commit | 91f07a9471b122fdf3a6b02ea70b6a1566fc848d (patch) | |
tree | 9091889ec12bcbb917bba7272a909110d6b24211 /net/corebird | |
parent | 1f02663a815f1a2b62b5d7bd28f62ee456356b40 (diff) | |
download | pkgsrc-91f07a9471b122fdf3a6b02ea70b6a1566fc848d.tar.gz |
add dependency on adwaita icons. they're needed to display lots of icons
in corebird.
bump PKGREVISION.
Diffstat (limited to 'net/corebird')
-rw-r--r-- | net/corebird/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/corebird/Makefile b/net/corebird/Makefile index a1215b35d2b..019f403a80e 100644 --- a/net/corebird/Makefile +++ b/net/corebird/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2017/01/14 09:43:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2017/01/22 20:48:07 maya Exp $ DISTNAME= corebird-1.4.1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=baedert/} GITHUB_PROJECT= corebird @@ -21,6 +22,7 @@ USE_TOOLS+= gettext-m4 pkg-config gmake msgfmt TEST_TARGET= check +.include "../../graphics/adwaita-icon-theme/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../www/librest07/buildlink3.mk" |