svn commit: r421738 - head/mail/mboxgrep

John Marino marino at FreeBSD.org
Sat Sep 10 20:08:29 UTC 2016


Author: marino
Date: Sat Sep 10 20:08:27 2016
New Revision: 421738
URL: https://svnweb.freebsd.org/changeset/ports/421738

Log:
  mail/mboxgrep: Set flags to support building with any SSL base

Modified:
  head/mail/mboxgrep/Makefile

Modified: head/mail/mboxgrep/Makefile
==============================================================================
--- head/mail/mboxgrep/Makefile	Sat Sep 10 20:03:00 2016	(r421737)
+++ head/mail/mboxgrep/Makefile	Sat Sep 10 20:08:27 2016	(r421738)
@@ -10,10 +10,11 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Utility to scan mailboxes for messages matching a regular expression
 
+USES=		ssl
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
-USE_OPENSSL=	yes
+CFLAGS+=	-I${OPENSSLINC}
+LIBS+=		-L${OPENSSLLIB} -L${LOCALBASE}/lib
 
 INFO=		mboxgrep
 


More information about the svn-ports-head mailing list