diff options
author | chris <chris@pkgsrc.org> | 2003-08-28 23:03:59 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2003-08-28 23:03:59 +0000 |
commit | 663793b95110bf7c1020af8c1689f19f6660c7f3 (patch) | |
tree | 3e3b668b83ff509cdae60d4cebe6ef9b6fa9bfa9 /mail | |
parent | fb9e042008ad947307d3ddf929703a2ecd7722c7 (diff) | |
download | pkgsrc-663793b95110bf7c1020af8c1689f19f6660c7f3.tar.gz |
Add USE_JPILOT to BUILD_DEF so that it shows in the list of things you can
alter about sylpheed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index b5c010e65b6..27092661514 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2003/07/26 21:26:12 chris Exp $ +# $NetBSD: Makefile,v 1.46 2003/08/28 23:03:59 chris Exp $ DISTNAME= sylpheed-0.9.4 #PKGREVISION= 2 @@ -31,7 +31,7 @@ PKG_SYSCONFSUBDIR= sylpheed CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} .include "../../mk/bsd.prefs.mk" -BUILD_DEFS+= USE_INET6 USE_OPENLDAP +BUILD_DEFS+= USE_INET6 USE_OPENLDAP USE_JPILOT .if defined(USE_INET6) && ${USE_INET6} == YES CONFIGURE_ARGS+= --enable-ipv6 |