aboutsummaryrefslogtreecommitdiff
path: root/net/aprsc
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-12 10:53:27 +0000
committerJohn Marino <marino@FreeBSD.org>2014-07-12 10:53:27 +0000
commit682a21ee8dea401c234873953a0eca3b4cdca968 (patch)
treeeb0114967044fdce876ef0d8c2dc38c1b1459b7f /net/aprsc
parent01f91b4104d75a05627df230a0d40bd5e13be216 (diff)
downloadports-682a21ee8dea401c234873953a0eca3b4cdca968.tar.gz
ports-682a21ee8dea401c234873953a0eca3b4cdca968.zip
net/aprsc: Compile with openssl
The port is intended to be compiled with the base openssl library. Set the configure arguments to make that happen. PR: 189165 Submitted by: maintainer (toyo)
Notes
Notes: svn path=/head/; revision=361609
Diffstat (limited to 'net/aprsc')
-rw-r--r--net/aprsc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/aprsc/Makefile b/net/aprsc/Makefile
index 7fa07703c62f..a3c2a90146e2 100644
--- a/net/aprsc/Makefile
+++ b/net/aprsc/Makefile
@@ -24,4 +24,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
USES= perl5 gmake
+CONFIGURE_ARGS= --with-openssl
+
.include <bsd.port.mk>