Add dependency for correct version of gpgme, so that the privacy
managing stuff gets included.
This commit is contained in:
parent
9d3b9427c3
commit
8af5b227af
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.18 2002/08/26 12:11:20 mjl Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2002/08/26 13:45:37 mjl Exp $
|
||||
|
||||
DISTNAME= sylpheed-0.8.2
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= mail news x11
|
||||
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -23,6 +24,8 @@ CONFIGURE_ARGS+= --enable-gpgme
|
|||
CONFIGURE_ARGS+= --enable-compface
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
||||
|
||||
BUILDLINK_DEPENDS.gpgme= gpgme>=0.3.5:../../security/gpgme
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
BUILD_DEFS+= USE_INET6
|
||||
|
||||
|
|
Loading…
Reference in a new issue