summaryrefslogtreecommitdiff
path: root/wm/awesome
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2014-01-13 02:19:47 +0000
committerdholland <dholland@pkgsrc.org>2014-01-13 02:19:47 +0000
commit7861a69e7f37554bed91b19a34e34705de6d5ddc (patch)
tree5454098688a0ebe589c8486ff7408856c83e7465 /wm/awesome
parentdcfa0d03cf18dfae1ffd8310f7ac9b0a50c716fe (diff)
downloadpkgsrc-7861a69e7f37554bed91b19a34e34705de6d5ddc.tar.gz
According to a report from Michael Kopp in private mail, this needs
pango at runtime or it won't start. Note: it isn't clear to me where this comes from or what the circumstances are (the package source does not appear to refer directly to pango) so I'm going to use buildlink rather than just DEPENDS (which might be sufficient) out of paranoia. PKGREVISION -> 3.
Diffstat (limited to 'wm/awesome')
-rw-r--r--wm/awesome/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/awesome/Makefile b/wm/awesome/Makefile
index d564a211b72..61c58fab80c 100644
--- a/wm/awesome/Makefile
+++ b/wm/awesome/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2013/12/08 00:18:21 dholland Exp $
+# $NetBSD: Makefile,v 1.47 2014/01/13 02:19:47 dholland Exp $
#
DISTNAME= awesome-3.5.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11 wm
MASTER_SITES= http://awesome.naquadah.org/download/
EXTRACT_SUFX= .tar.xz
@@ -52,6 +52,7 @@ LDFLAGS.SunOS+= -liconv
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libev/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/cairo-gobject/buildlink3.mk"
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"