diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-25 22:17:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-25 22:17:59 +0000 |
commit | bac5d661943aff4554bfb853b1a67c0257e08506 (patch) | |
tree | 28a282b1332ab3022a25886e9b76d4abf594b2e9 /devel | |
parent | b41361a72daff4c16a86c806f6fa9bf9a63922c4 (diff) | |
download | pkgsrc-bac5d661943aff4554bfb853b1a67c0257e08506.tar.gz |
Blind conversion to bl3, since the Makefile.common included by
this package already has USE_BUILDLINK3 set.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gtoolkit-examples/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gtoolkit-examples/Makefile b/devel/gtoolkit-examples/Makefile index 9d86965922f..eafb5fd7517 100644 --- a/devel/gtoolkit-examples/Makefile +++ b/devel/gtoolkit-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:38 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/25 22:17:59 wiz Exp $ # .include "../../x11/gtoolkit/Makefile.common" @@ -11,6 +11,6 @@ COMMENT= Objective-C examples for GToolKit DISTINFO_FILE= ${.CURDIR}/../../x11/gtoolkit/distinfo BUILD_DIRS= ${WRKSRC}/Examples -.include "../../x11/gtoolkit/buildlink2.mk" -.include "../../mk/pthread.buildlink2.mk" +.include "../../x11/gtoolkit/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |