diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-13 20:23:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-13 20:23:41 +0000 |
commit | a70046c92aa9310aac99405bccfb9431df0a979f (patch) | |
tree | 3758addb872d9be3c47c3690bed547bc2d7e05d7 /wm | |
parent | 0fd394374279bccb730d64f5a481659384d1cebb (diff) | |
download | pkgsrc-a70046c92aa9310aac99405bccfb9431df0a979f.tar.gz |
Needs pkg-config.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/sawfish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index 3433e2b67d0..23a6b00673f 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/06/05 08:51:15 tnn Exp $ +# $NetBSD: Makefile,v 1.43 2007/06/13 20:23:41 joerg Exp $ # DISTNAME= sawfish-${SF_VERS} @@ -23,7 +23,7 @@ MAKE_ENV+= REP_ENV_PKGSRC=${REP_ENV_PKGSRC:Q} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-themer -USE_TOOLS+= gmake makeinfo msgfmt +USE_TOOLS+= gmake makeinfo msgfmt pkg-config USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes |