pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gnustep-examples Use new gnustep build infrastru...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d69fb3b4a9f1
branches:  trunk
changeset: 472470:d69fb3b4a9f1
user:      rh <rh%pkgsrc.org@localhost>
date:      Sun Apr 11 00:26:14 2004 +0000

description:
Use new gnustep build infrastructure.  Use buildlink3.  Bump PKGREVISION.

diffstat:

 devel/gnustep-examples/Makefile |  16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r 491d79be26c8 -r d69fb3b4a9f1 devel/gnustep-examples/Makefile
--- a/devel/gnustep-examples/Makefile   Sun Apr 11 00:15:08 2004 +0000
+++ b/devel/gnustep-examples/Makefile   Sun Apr 11 00:26:14 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:38 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/11 00:26:14 rh Exp $
 #
 
 DISTNAME=      gnustep-examples-0.9.7
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    devel gnustep
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=core/}
 
@@ -10,12 +10,10 @@
 HOMEPAGE=      http://www.gnustep.org/
 COMMENT=       Some GUI programming examples for GNUstep
 
-USE_BUILDLINK2=                YES
-USE_GNU_TOOLS+=                make
-USE_X11=               YES
-MAKEFILE=              GNUmakefile
-NO_CONFIGURE=          YES
+USE_BUILDLINK3=        yes
+USE_X11=       yes
+NO_CONFIGURE=  yes
 
-.include "../../x11/gnustep-back/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../x11/gnustep-back/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index