Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 20:08:28 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421738 - head/mail/mboxgrep
Message-ID:  <201609102008.u8AK8S50099205@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609102008.u8AK8S50099205>