ports/mail/p5-Mail-SpamAssassin

bdragon at gweep.net bdragon at gweep.net
Mon Oct 25 13:57:02 PDT 2004


Ok, I have a patch to correct the bug where
ports/mail/p5-Mail-SpamAssassin does not build if the system openssl
is not installed.

it is attached
-------------- next part --------------
--- /usr/ports/mail/p5-Mail-SpamAssassin/Makefile	Mon Oct 25 07:05:01 2004
+++ /root/Makefile	Mon Oct 25 16:36:55 2004
@@ -97,6 +97,11 @@
 
 .include <bsd.port.pre.mk>
 
+.if !defined(WITHOUT_OPENSSL)
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
+.endif
+
 .if ${PERL_LEVEL} < 500600
 IGNORE=	Needs perl 5.6.1 or higher, install lang/perl5.8 and try again
 .endif


More information about the freebsd-perl mailing list