diff options
author | joerg <joerg@pkgsrc.org> | 2015-10-07 23:21:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-10-07 23:21:51 +0000 |
commit | 7df3392bc37fae39c4ba260bf392725eba5c378a (patch) | |
tree | 892b9f37d0ebdbac6f4df56e75f0cca8d6ed254e /x11 | |
parent | e5857b22ea8e7b24ab7175f50eeb1a9d8eb90bf6 (diff) | |
download | pkgsrc-7df3392bc37fae39c4ba260bf392725eba5c378a.tar.gz |
Needs pkg-config.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/compton/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/compton/Makefile b/x11/compton/Makefile index 4adaaeeb94a..84f1dfeb870 100644 --- a/x11/compton/Makefile +++ b/x11/compton/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/09/26 07:25:59 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2015/10/07 23:21:51 joerg Exp $ GITHUB_PROJECT= compton GITHUB_TAG= d7f95b56b176281bfb252c54defef48c9cd1f4e1 @@ -13,7 +13,7 @@ LICENSE= mit BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config NO_CONFIGURE= yes BUILD_TARGET= compton docs MAKEFLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1 |