[Midnightbsd-cvs] mports: Makefile: In order for smime to work, both nss and smime flags

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jun 23 14:07:42 EDT 2008


Log Message:
-----------
In order for smime to work, both nss and smime flags must be passed to configure.

Modified Files:
--------------
    mports/mail/evolution:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/evolution/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L mail/evolution/Makefile -L mail/evolution/Makefile -u -r1.5 -r1.6
--- mail/evolution/Makefile
+++ mail/evolution/Makefile
@@ -35,6 +35,7 @@
 USE_LDCONFIG=	yes
 LDCONFIG_DIRS=	%%PREFIX%%/lib/evolution/%%VERSION%%
 CONFIGURE_ARGS=	--enable-nss=yes \
+		--enable-smime=yes \
 		--enable-mono=no \
 		--with-sub-version=" MidnightBSD Port"
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \


More information about the Midnightbsd-cvs mailing list