diff options
author | agc <agc@pkgsrc.org> | 2002-08-13 10:01:57 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-08-13 10:01:57 +0000 |
commit | e46e3bc2b197fa56e7a0ec5669bea700edd2c428 (patch) | |
tree | 543e34e073c561d4f3fbc936aacd3c37308f59ee /devel | |
parent | 124e3d3051d34ea58a0baa495697514fd4af8968 (diff) | |
download | pkgsrc-e46e3bc2b197fa56e7a0ec5669bea700edd2c428.tar.gz |
Since the libsend components were added to this package's PLIST, we might
as well add evolution as a pre-requisite, since that is what triggers
the libsend components being built and installed.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mrproject/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mrproject/Makefile b/devel/mrproject/Makefile index 0589ffdb439..5c3029a901f 100644 --- a/devel/mrproject/Makefile +++ b/devel/mrproject/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/07/12 23:03:57 mycroft Exp $ +# $NetBSD: Makefile,v 1.4 2002/08/13 10:01:57 agc Exp $ # DISTNAME= mrproject-0.5.1 @@ -19,6 +19,7 @@ CFLAGS+= -I${BUILDLINK_DIR}/include/gconf/1 LIBTOOL_OVERRIDE= ${WRKSRC}/libtool DEPENDS+= skill-[0-9]*:../../sysutils/skill +DEPENDS+= evolution>=1.0.8:../../mail/evolution post-extract: # This is an ugly hack to fix the missing file error in 0.5.1 |