diff options
Diffstat (limited to 'x11/gnome--/Makefile')
-rw-r--r-- | x11/gnome--/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gnome--/Makefile b/x11/gnome--/Makefile index 266ff1bc377..e19b4a91aca 100644 --- a/x11/gnome--/Makefile +++ b/x11/gnome--/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/02/14 17:21:55 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2004/04/26 22:07:06 snj Exp $ # DISTNAME= gnomemm-1.2.4 @@ -16,10 +16,10 @@ USE_PERL5= build USE_GNU_TOOLS+= make USE_LIBTOOL= yes USE_X11BASE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes REPLACE_PERL= docgen/pce2 -.include "../../devel/libsigc++10/buildlink2.mk" -.include "../../x11/gnome-libs/buildlink2.mk" -.include "../../x11/gtk--/buildlink2.mk" +.include "../../devel/libsigc++10/buildlink3.mk" +.include "../../x11/gnome-libs/buildlink3.mk" +.include "../../x11/gtk--/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |