diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 13:51:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 13:51:25 +0000 |
commit | 200e0017ec9bbb0fbb52d2477da97962ebad5479 (patch) | |
tree | e292a5649e97ec4f2646e467b130bba558aa05f6 /net/gftp | |
parent | e83665bcb6b77fc55d0c1aebab7ef533eb84cfa4 (diff) | |
download | pkgsrc-200e0017ec9bbb0fbb52d2477da97962ebad5479.tar.gz |
Needs pkg-config.
Diffstat (limited to 'net/gftp')
-rw-r--r-- | net/gftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gftp/Makefile b/net/gftp/Makefile index 7426355169f..c9152afccf4 100644 --- a/net/gftp/Makefile +++ b/net/gftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/17 13:46:43 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2006/06/11 13:56:41 joerg Exp $ # .include "${.CURDIR}/Makefile.common" @@ -9,6 +9,7 @@ PKGREVISION= 4 CONFLICTS= gftp-gtk1-[0-9]* USE_DIRS+= gnome2-1.5 +USE_TOOLS+= pkg-config .include "../../devel/glib2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |