diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:42:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:42:40 +0000 |
commit | 3095dbde99cbff350825443333e7e5a8d80a091e (patch) | |
tree | 7324fd6488943691fe5f1f7cb77b4df16a565c66 /x11/matchbox-panel | |
parent | ef7cd2a87468e2b145a8a08cd628602806d30d2f (diff) | |
download | pkgsrc-3095dbde99cbff350825443333e7e5a8d80a091e.tar.gz |
Needs pkg-config.
Diffstat (limited to 'x11/matchbox-panel')
-rw-r--r-- | x11/matchbox-panel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/matchbox-panel/Makefile b/x11/matchbox-panel/Makefile index 9e681238acb..dc885002d6b 100644 --- a/x11/matchbox-panel/Makefile +++ b/x11/matchbox-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/05/18 20:30:02 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/11 14:44:00 joerg Exp $ # DISTNAME= matchbox-panel-0.9.2 @@ -16,7 +16,7 @@ BROKEN_IN= pkgsrc-2006Q1 BROKEN_GETTEXT_DETECTION= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |