aboutsummaryrefslogtreecommitdiff
path: root/mail/mboxgrep
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-10 20:08:27 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-10 20:08:27 +0000
commitb1f5b84df330e057b54484469576d0535b1e7d4e (patch)
treeaedcc8375d4418beb41ce32d6d353c615b9f3f82 /mail/mboxgrep
parent37aa6446510b5fa2758d6dc3181e3f36e9c8baa0 (diff)
downloadports-b1f5b84df330e057b54484469576d0535b1e7d4e.tar.gz
ports-b1f5b84df330e057b54484469576d0535b1e7d4e.zip
mail/mboxgrep: Set flags to support building with any SSL base
Notes
Notes: svn path=/head/; revision=421738
Diffstat (limited to 'mail/mboxgrep')
-rw-r--r--mail/mboxgrep/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile
index b4259181bb61..ea4d26b4b882 100644
--- a/mail/mboxgrep/Makefile
+++ b/mail/mboxgrep/Makefile
@@ -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