Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/gnustep-preferences/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/gnustep-preferences/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.15 diff -u -p -r1.7 -r1.15 --- pkgsrc/x11/gnustep-preferences/Attic/Makefile 2003/06/02 01:15:44 1.7 +++ pkgsrc/x11/gnustep-preferences/Attic/Makefile 2004/05/09 06:48:40 1.15 @@ -1,23 +1,23 @@ -# $NetBSD: Makefile,v 1.7 2003/06/02 01:15:44 jschauma Exp $ +# $NetBSD: Makefile,v 1.15 2004/05/09 06:48:40 snj Exp $ # DISTNAME= Preferences-1.2.0 PKGNAME= gnustep-${DISTNAME:S/P/p/} -PKGREVISION= 4 +PKGREVISION= 9 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prefsapp/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= tech-pkg@netbsd.org +MAINTAINER= adam@NetBSD.org HOMEPAGE= http://prefsapp.sourceforge.net/ COMMENT= Application for setting preferences for the GNUstep system -NO_CONFIGURE= YES -USE_BUILDLINK2= YES -USE_GMAKE= YES -USE_X11= YES -MAKEFILE= GNUmakefile +NO_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_GNU_TOOLS+= make +USE_X11= YES +MAKEFILE= GNUmakefile -.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"