Correct spelling of NONEXISTENT to fix build on the package cluster.
Approved by: portmgr (self)
This commit is contained in:
parent
99e04bc803
commit
befb6640b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202821
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ INSTALL_TARGET+= install-doc
|
|||
BUILD_DEPENDS+= boehm-gc=6.8:${PORTSDIR}/devel/boehm-gc
|
||||
CONFIGURE_ARGS+= --enable-gc=system
|
||||
.else
|
||||
BUILD_DEPENDS+= ${NOEXISTENT}:${PORTSDIR}/devel/boehm-gc:fetch
|
||||
BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/boehm-gc:fetch
|
||||
CONFIGURE_ARGS+= --enable-gc=${GCVERSION}
|
||||
GCVERSION= 6.8
|
||||
GC_DISTNAME= gc${GCVERSION}.tar.gz
|
||||
|
|
Loading…
Reference in a new issue