sysutils/boxbackup: Fix libexecinfo handling, remove FreeBSD checks
USES=libexecinfo works fine. Moreover, it builds on FreeBSD 9 without GCC, so remove all the unnecessary FreeBSD checks.
This commit is contained in:
parent
b1864c304a
commit
e9b8f0749c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401464
1 changed files with 1 additions and 10 deletions
|
@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE GPLv2
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt
|
||||
|
||||
USES= perl5 tar:tgz
|
||||
USES= execinfo perl5 tar:tgz
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf aclocal autoheader
|
||||
|
@ -39,15 +39,6 @@ OPTIONS_DEFAULT=CLIENT SERVER
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1000000
|
||||
USES+= execinfo
|
||||
LDFLAGS+= -lexecinfo
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MREADLINE}
|
||||
CONFIGURE_ARGS+=--enable-gnu-readline
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue