diff options
Diffstat (limited to 'net/gtm/Makefile')
-rw-r--r-- | net/gtm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gtm/Makefile b/net/gtm/Makefile index 0893ce667cd..c4fa944aaa7 100644 --- a/net/gtm/Makefile +++ b/net/gtm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/04/14 16:15:26 jmmv Exp $ +# $NetBSD: Makefile,v 1.26 2004/04/26 22:34:17 snj Exp $ # DISTNAME= gtm-0.4.12 @@ -12,14 +12,14 @@ COMMENT= Gnome Transfer Manager DEPENDS+= wget-[0-9]*:../../net/wget -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES USE_X11= YES USE_GNU_TOOLS+= make GNU_CONFIGURE= YES -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../x11/gnome-core/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../x11/gnome-core/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |