mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix AC_TRY_COMPILE usage to avoid nested function
Obtained from: OpenBSD
This commit is contained in:
parent
5b22101bbe
commit
372bffc267
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451187
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= zsync
|
||||
PORTVERSION= 0.6.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://zsync.moria.org.uk/download/
|
||||
|
||||
|
@ -12,7 +13,7 @@ COMMENT= File transfer program
|
|||
LICENSE= ART20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= tar:bzip2
|
||||
USES= autoreconf tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PORTDOCS= INSTALL NEWS README
|
||||
|
|
Loading…
Add table
Reference in a new issue