diff options
author | joerg <joerg@pkgsrc.org> | 2016-07-02 14:43:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-07-02 14:43:34 +0000 |
commit | 8abd6d1beac5a7f1d74b0e408afc8dd29c43a768 (patch) | |
tree | 711e01ec87e1de2d4cf86dcefe6deaf80f5a7664 /x11/dunst | |
parent | 4052e8be089ed9cafb0a398bea87cbd0aeea4edf (diff) | |
download | pkgsrc-8abd6d1beac5a7f1d74b0e408afc8dd29c43a768.tar.gz |
Needs pkg-config.
Diffstat (limited to 'x11/dunst')
-rw-r--r-- | x11/dunst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/dunst/Makefile b/x11/dunst/Makefile index 605987c3e9c..a9ca6ef4728 100644 --- a/x11/dunst/Makefile +++ b/x11/dunst/Makefile @@ -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 @@ HOMEPAGE= http://knopwob.org/dunst/ COMMENT= Customizable and lightweight notification-daemon LICENSE= modified-bsd -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR} |