diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:49:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:49:17 +0000 |
commit | e6edc638399fbf44014c8972c60a46d5e7449623 (patch) | |
tree | 34c57118f6513a86636ef16c7d54b423def8fd00 /wm | |
parent | 52d6e6c1718be231a66dbd50c335e45fdab697aa (diff) | |
download | pkgsrc-e6edc638399fbf44014c8972c60a46d5e7449623.tar.gz |
Needs pkg-config.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmakerconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile index 1fd7a0fb09f..4857e7c7750 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/04/17 13:46:51 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2006/06/11 14:49:17 joerg Exp $ DISTNAME= wmakerconf-2.11 PKGREVISION= 6 @@ -12,7 +12,7 @@ COMMENT= Gtk+ based configuration tool for Window Maker USE_PKGLOCALEDIR= yes USE_X11BASE= yes GNU_CONFIGURE= yes -USE_TOOLS+= gzip tar +USE_TOOLS+= gzip tar pkg-config .if defined(PKG_SYSCONFDIR.windowmaker) CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR.windowmaker} |