diff options
author | chris <chris> | 2003-06-15 23:33:09 +0000 |
---|---|---|
committer | chris <chris> | 2003-06-15 23:33:09 +0000 |
commit | d46cc5c59769106293cb047ad9a2d79a71a09d11 (patch) | |
tree | 5f715a1d65d931ce15175062325620c983dbaa7b /mail/sylpheed | |
parent | 0cdb2edbdbee56778423137c65f96df148f2c8ce (diff) | |
download | pkgsrc-d46cc5c59769106293cb047ad9a2d79a71a09d11.tar.gz |
Enable support for jpilot to sylpheed. Enabled by setting USE_JPILOT=YES.
Only compile tested, sylpheed still runs with it enabled.
Patch supplied by tom (surname unknown)
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index d491601ddf9..9554e9793e5 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2003/06/06 07:03:51 chris Exp $ +# $NetBSD: Makefile,v 1.41 2003/06/15 23:33:09 chris Exp $ DISTNAME= sylpheed-0.9.2 #PKGREVISION= 2 @@ -49,6 +49,12 @@ CONFIGURE_ARGS+= --enable-ldap .include "../../databases/openldap/buildlink2.mk" .endif +.if defined(USE_JPILOT) && ${USE_JPILOT} == YES +CONFIGURE_ARGS+= --enable-jpilot +.include "../../comms/pilot-link-libs/buildlink2.mk" +.include "../../comms/jpilot/buildlink2.mk" +.endif + EGDIR= ${PREFIX}/share/examples/sylpheed CONF_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types |