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.23 retrieving revision 1.31 diff -u -p -r1.23 -r1.31 --- pkgsrc/x11/gnustep-preferences/Attic/Makefile 2006/04/17 13:46:03 1.23 +++ pkgsrc/x11/gnustep-preferences/Attic/Makefile 2008/06/21 22:54:04 1.31 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2006/04/17 13:46:03 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2008/06/21 22:54:04 joerg Exp $ # DISTNAME= Preferences-1.2.0 PKGNAME= gnustep-${DISTNAME:S/P/p/} -PKGREVISION= 14 +PKGREVISION= 17 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prefsapp/} EXTRACT_SUFX= .tar.bz2 @@ -12,9 +12,13 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://prefsapp.sourceforge.net/ COMMENT= Application for setting preferences for the GNUstep system -NO_CONFIGURE= YES -USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +USE_LANGUAGES= objc + +NO_CONFIGURE= YES +USE_TOOLS+= gmake +MAKE_FILE= GNUmakefile + +MAKE_FLAGS+= GNUSTEP_USER_DIR=${WRKDIR}/fake_home/GNUstep .include "../../x11/gnustep-back/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk"