forked from Lainports/freebsd-ports
sysutils/boxbackup: document SSL requirement and set flags accordingly
Approved by: SSL blanket
This commit is contained in:
parent
893c52d5c9
commit
c8eb054e56
1 changed files with 3 additions and 2 deletions
|
|
@ -15,11 +15,12 @@ LICENSE= BSD3CLAUSE GPLv2
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt
|
||||
|
||||
USES= execinfo perl5 tar:tgz
|
||||
USE_OPENSSL= yes
|
||||
USES= execinfo perl5 ssl tar:tgz
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf aclocal autoheader
|
||||
ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
.if exists(/usr/lib/libexecinfo.so)
|
||||
LDFLAGS+= -lexecinfo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue