diff options
author | joerg <joerg@pkgsrc.org> | 2015-12-23 12:44:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-12-23 12:44:20 +0000 |
commit | 6486527a0857a273645a2394af3e9c6b0e7bd627 (patch) | |
tree | d3e64ea3c05d1b6f63e619e4a48476eadca2fff2 | |
parent | f380bdca1bbc1d7004e8449be90bcb8600d1d1cc (diff) | |
download | pkgsrc-6486527a0857a273645a2394af3e9c6b0e7bd627.tar.gz |
Since windowmaker's config script is now a thin wrapper around
pkg-config, depend on the later.
-rw-r--r-- | x11/wdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index f1bef102a29..5c8b589dc8a 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2015/07/04 16:18:43 joerg Exp $ +# $NetBSD: Makefile,v 1.61 2015/12/23 12:44:20 joerg Exp $ DISTNAME= wdm-1.28 PKGREVISION= 18 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://voins.program.ru/wdm/ COMMENT= WINGs display manager -USE_TOOLS+= msgfmt +USE_TOOLS+= msgfmt pkg-config USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES |