diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 07:28:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 07:28:48 +0800 |
commit | f0a550a427cd647fb233aad7fd962ba06a28c53c (patch) | |
tree | f075687606360581c8499a76c8c580339fcb08cf /net-p2p | |
parent | b4019c4c024d79bf9c35faae5c0774a01ccc7401 (diff) | |
download | freebsd-ports-gnome-f0a550a427cd647fb233aad7fd962ba06a28c53c.tar.gz freebsd-ports-gnome-f0a550a427cd647fb233aad7fd962ba06a28c53c.tar.zst freebsd-ports-gnome-f0a550a427cd647fb233aad7fd962ba06a28c53c.zip |
net-p2p:btpd: configure SSL base properly
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/btpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile index b34434b41f33..945fff6247ae 100644 --- a/net-p2p/btpd/Makefile +++ b/net-p2p/btpd/Makefile @@ -15,9 +15,9 @@ LICENSE_COMB= multi USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} -USES= autoreconf -USE_OPENSSL= yes +USES= autoreconf ssl GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} OPTIONS_DEFINE= DOCS |