diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-13 23:20:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-13 23:20:14 +0000 |
commit | 5121d06f5c11b7849073ab352239cd7c53599f78 (patch) | |
tree | 140191c1129b28cad7cdf7df661a70375595bb75 /mail | |
parent | a652c1fbe2be11992c8f4afe30b23c3b5c9fbc9e (diff) | |
download | pkgsrc-5121d06f5c11b7849073ab352239cd7c53599f78.tar.gz |
Add missing libxslt build dependency.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/akonadi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/akonadi/Makefile b/mail/akonadi/Makefile index 57db40a97a3..92890cf9d90 100644 --- a/mail/akonadi/Makefile +++ b/mail/akonadi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/03 11:19:56 markd Exp $ +# $NetBSD: Makefile,v 1.2 2008/11/13 23:20:14 wiz Exp $ DISTNAME= akonadi-1.0.0 CATEGORIES= mail @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir # BUILD_MAKE_FLAGS+= VERBOSE=1 BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4 +BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt USE_DIRS+= kde4-1.0 USE_TOOLS+= pkg-config |