diff options
author | wiz <wiz> | 2003-03-05 18:43:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-05 18:43:43 +0000 |
commit | aa871ebd7b44ebe27fdba9a515c0d8796de00f43 (patch) | |
tree | 4776e14f0e98f8d4fb55d73c1d66f30429a2318c /devel/mrproject/Makefile | |
parent | 437677292968a13a188c60e8238d56beea16375b (diff) | |
download | pkgsrc-aa871ebd7b44ebe27fdba9a515c0d8796de00f43.tar.gz |
Make this build again, without evolution support. Bump PKGREVISION.
Diffstat (limited to 'devel/mrproject/Makefile')
-rw-r--r-- | devel/mrproject/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/mrproject/Makefile b/devel/mrproject/Makefile index 64e2d138492..fee0d44e5fb 100644 --- a/devel/mrproject/Makefile +++ b/devel/mrproject/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2003/02/13 14:37:57 agc Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/05 18:43:43 wiz Exp $ # DISTNAME= mrproject-0.5.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/ @@ -17,14 +17,13 @@ USE_X11BASE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${LOCALBASE}/etc/mrproject CONFIGURE_ARGS+= --without-python +CONFIGURE_ARGS+= --without-evolution-idldir CFLAGS+= -I${BUILDLINK_DIR}/include/gconf/1 LIBTOOL_OVERRIDE= ${WRKSRC}/libtool DEPENDS+= skill-[0-9]*:../../sysutils/skill -BROKEN= needs to be updated for gnome2 - post-extract: # This is an ugly hack to fix the missing file error in 0.5.1 ${TOUCH} ${WRKSRC}/libmrproject/Composer.h @@ -42,7 +41,7 @@ post-patch: .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/oaf/buildlink2.mk" .include "../../graphics/gdk-pixbuf/buildlink2.mk" -.include "../../mail/evolution/buildlink2.mk" +#.include "../../mail/evolution/buildlink2.mk" .include "../../sysutils/gnome-vfs/buildlink2.mk" .include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |