mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Figures they had to call it NOCRYPT instead of NOCRYPTO.
This commit is contained in:
parent
d9615d7da4
commit
1bf28f7e94
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97889
@ -4,7 +4,7 @@ MAINTAINER= des@freebsd.org
|
||||
PROG= fetch
|
||||
DPADD= ${LIBFETCH}
|
||||
LDADD= -lfetch
|
||||
.if !defined(NOCRYPTO)
|
||||
.if !defined(NOCRYPT)
|
||||
DPADD+= ${LIBCRYPTO} ${LIBSSL}
|
||||
LDADD+= -lcrypto -lssl
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user