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 | f8b8bace5ca329a77d1c863a1a6e841ce8b257be (patch) | |
tree | d3e64ea3c05d1b6f63e619e4a48476eadca2fff2 /x11/wdm | |
parent | 4e386175a326e182a842e6023dc18f383b3835c5 (diff) | |
download | pkgsrc-f8b8bace5ca329a77d1c863a1a6e841ce8b257be.tar.gz |
Since windowmaker's config script is now a thin wrapper around
pkg-config, depend on the later.
Diffstat (limited to 'x11/wdm')
-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 |