pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/dunst Needs pkg-config.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eaeddd819e8d
branches:  trunk
changeset: 349232:eaeddd819e8d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jul 02 14:43:34 2016 +0000

description:
Needs pkg-config.

diffstat:

 x11/dunst/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cbcb49cbfe2d -r eaeddd819e8d x11/dunst/Makefile
--- a/x11/dunst/Makefile        Sat Jul 02 14:43:12 2016 +0000
+++ b/x11/dunst/Makefile        Sat Jul 02 14:43:34 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/06/17 19:24:35 kamil Exp $
+# $NetBSD: Makefile,v 1.5 2016/07/02 14:43:34 joerg Exp $
 
 DISTNAME=      dunst-1.1.0
 PKGREVISION=   1
@@ -11,7 +11,7 @@
 COMMENT=       Customizable and lightweight notification-daemon
 LICENSE=       modified-bsd
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 
 MAKE_FLAGS+=   MANPREFIX=${PREFIX}/${PKGMANDIR}
 



Home | Main Index | Thread Index | Old Index