diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-25 07:05:27 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-25 07:05:27 +0800 |
commit | 75cb1e5061a905bddf8ffde7492e1c8e02291f30 (patch) | |
tree | bafb7ed09becf54c7c48a9203612820f462e0017 | |
parent | adc1df2cc5d8bad6368633f6ec70e46f52a028ec (diff) | |
download | freebsd-ports-gnome-75cb1e5061a905bddf8ffde7492e1c8e02291f30.tar.gz freebsd-ports-gnome-75cb1e5061a905bddf8ffde7492e1c8e02291f30.tar.zst freebsd-ports-gnome-75cb1e5061a905bddf8ffde7492e1c8e02291f30.zip |
Correct spelling of NONEXISTENT to fix build on the package cluster.
Approved by: portmgr (self)
-rw-r--r-- | math/asymptote/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |