summaryrefslogtreecommitdiff
path: root/devel/gtoolkit-examples/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2004-04-25 22:17:59 +0000
committerwiz <wiz>2004-04-25 22:17:59 +0000
commit9016307e39732046113a0cd4084fe4c5b0f07d7f (patch)
tree28a282b1332ab3022a25886e9b76d4abf594b2e9 /devel/gtoolkit-examples/Makefile
parente3185284924e31c8b3e32320b330f143a88c145c (diff)
downloadpkgsrc-9016307e39732046113a0cd4084fe4c5b0f07d7f.tar.gz
Blind conversion to bl3, since the Makefile.common included by
this package already has USE_BUILDLINK3 set.
Diffstat (limited to 'devel/gtoolkit-examples/Makefile')
-rw-r--r--devel/gtoolkit-examples/Makefile6
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"