diff options
author | joerg <joerg@pkgsrc.org> | 2011-09-21 14:56:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-09-21 14:56:04 +0000 |
commit | 462dd3f93c228677350ee4e1b84e9ec30463a260 (patch) | |
tree | 501bb0e47ef23b1bd2a244eaaccab498a1068577 /wm/windowmaker | |
parent | a53fdb354013ee35a12a5e0fbde53772bed1d3d1 (diff) | |
download | pkgsrc-462dd3f93c228677350ee4e1b84e9ec30463a260.tar.gz |
Needs pkg-config
Diffstat (limited to 'wm/windowmaker')
-rw-r--r-- | wm/windowmaker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index 38568131676..78a52e1d444 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2011/05/15 10:28:51 hans Exp $ +# $NetBSD: Makefile,v 1.90 2011/09/21 14:56:04 joerg Exp $ DISTNAME= WindowMaker-0.92.0 PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} @@ -14,7 +14,7 @@ COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone BROKEN_GETTEXT_DETECTION= yes -USE_TOOLS+= msgfmt +USE_TOOLS+= msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |