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 | |
parent | 437677292968a13a188c60e8238d56beea16375b (diff) | |
download | pkgsrc-aa871ebd7b44ebe27fdba9a515c0d8796de00f43.tar.gz |
Make this build again, without evolution support. Bump PKGREVISION.
-rw-r--r-- | devel/mrproject/Makefile | 9 | ||||
-rw-r--r-- | devel/mrproject/PLIST | 7 |
2 files changed, 5 insertions, 11 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" diff --git a/devel/mrproject/PLIST b/devel/mrproject/PLIST index 84b59394110..21a2605122d 100644 --- a/devel/mrproject/PLIST +++ b/devel/mrproject/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/11/30 14:25:58 grant Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/03/05 18:43:43 wiz Exp $ bin/mrproject bin/mrproject-engine bin/run-mrproject @@ -17,9 +17,6 @@ lib/mrproject/components/libnetwork-component.so lib/mrproject/components/libresource-component.a lib/mrproject/components/libresource-component.la lib/mrproject/components/libresource-component.so -lib/mrproject/components/libsend-component.a -lib/mrproject/components/libsend-component.la -lib/mrproject/components/libsend-component.so lib/mrproject/components/libtask-dialog-component.a lib/mrproject/components/libtask-dialog-component.la lib/mrproject/components/libtask-dialog-component.so @@ -34,7 +31,6 @@ share/gnome/ui/GNOME_MrProject_CalendarComponent.ui share/gnome/ui/GNOME_MrProject_Client.ui share/gnome/ui/GNOME_MrProject_GanttComponent.ui share/gnome/ui/GNOME_MrProject_ResourceComponent.ui -share/gnome/ui/GNOME_MrProject_SendComponent.ui share/idl/GNOME_MrProject.idl share/idl/GNOME_MrProject_AllocationManager.idl share/idl/GNOME_MrProject_Common.idl @@ -118,7 +114,6 @@ share/oaf/GNOME_MrProject_MpxFileFilter.oaf share/oaf/GNOME_MrProject_NetworkComponent.oaf share/oaf/GNOME_MrProject_ProjectEngine.oaf share/oaf/GNOME_MrProject_ResourceComponent.oaf -share/oaf/GNOME_MrProject_SendComponent.oaf share/oaf/GNOME_MrProject_TaskDialog.oaf share/oaf/GNOME_MrProject_XmlFileFilter.oaf share/pixmaps/gnome-application-x-mrproject.png |