summaryrefslogtreecommitdiff
path: root/devel/mrproject/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mrproject/Makefile')
-rw-r--r--devel/mrproject/Makefile9
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"