From befb6640b6551c6f343ea5bf98f0ceb2fffe4f11 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 24 Nov 2007 23:05:27 +0000 Subject: [PATCH] Correct spelling of NONEXISTENT to fix build on the package cluster. Approved by: portmgr (self) --- math/asymptote/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 47308d04a6a5..e209adf6767b 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -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