diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 16:17:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 16:17:09 +0000 |
commit | ed3a6adcf47e84cef5db935102ae9d7c9b465a51 (patch) | |
tree | 44ad86164ef47b4d848a9412f7278952a3088640 /net-p2p/btpd | |
parent | da299021f1f5922f8350023e31f88aaa79af31be (diff) | |
download | ports-ed3a6adcf47e84cef5db935102ae9d7c9b465a51.tar.gz ports-ed3a6adcf47e84cef5db935102ae9d7c9b465a51.zip |
Notes
Diffstat (limited to 'net-p2p/btpd')
-rw-r--r-- | net-p2p/btpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile index 2f5d708d4547..a6637514b4c2 100644 --- a/net-p2p/btpd/Makefile +++ b/net-p2p/btpd/Makefile @@ -17,8 +17,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} +USES= autoreconf USE_OPENSSL= yes -USE_AUTOTOOLS= aclocal autoconf +GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS |