diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/xeukleides/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/xeukleides/Makefile b/math/xeukleides/Makefile index 3bc0525f3fc..17a4864814a 100644 --- a/math/xeukleides/Makefile +++ b/math/xeukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/09/02 05:33:32 obache Exp $ +# $NetBSD: Makefile,v 1.19 2009/08/03 15:57:45 joerg Exp $ DISTNAME= xeukleides.1.0.1 PKGNAME= xeukleides-1.0.1 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.eukleides.or/ COMMENT= X-Frontend for A Euclidean geometry drawing language PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no DEPENDS+= eukleides>=1.0.1:../../math/eukleides |