diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-20 16:02:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-20 16:02:14 +0000 |
commit | dd778f5fd8766a3d9ae09894192b0c6b27213f3b (patch) | |
tree | 6af0c11d765324170313435367731c89641f04f1 | |
parent | c69b924accb84a55c0a65d0032594bb08be62c82 (diff) | |
download | pkgsrc-dd778f5fd8766a3d9ae09894192b0c6b27213f3b.tar.gz |
Without pkg-config, xglock is not build.
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 9e0ad6ab967..a3f94d765ac 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2006/05/09 10:57:29 tron Exp $ +# $NetBSD: Makefile,v 1.76 2006/06/20 16:02:14 joerg Exp $ .include "Makefile.common" @@ -8,6 +8,8 @@ CONFIGURE_ARGS+= --with-mesagl PLIST_SUBST+= LITE="" +USE_TOOLS+= pkg-config + .include "../../audio/esound/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" |