diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-06-10 12:29:39 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-06-10 12:29:39 +0000 |
commit | 898fc0cca70cb630afbf57890527f87f748443a9 (patch) | |
tree | a80e5d4031ce1c7e874e6099507d4bd6ecc6f543 /math | |
parent | c8b379556bb3b09406fde9cf57879766ebd8e451 (diff) | |
download | pkgsrc-898fc0cca70cb630afbf57890527f87f748443a9.tar.gz |
Fix DEPENDS.
Diffstat (limited to 'math')
-rw-r--r-- | math/xeukleides10/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xeukleides10/Makefile b/math/xeukleides10/Makefile index 9935d093c0f..9e5c3ca359f 100644 --- a/math/xeukleides10/Makefile +++ b/math/xeukleides10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/06/10 12:27:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2013/06/10 12:29:39 ryoon Exp $ DISTNAME= xeukleides.1.0.1 PKGNAME= xeukleides-1.0.1 @@ -12,7 +12,7 @@ COMMENT= X-Frontend for A Euclidean geometry drawing language MAKE_JOBS_SAFE= no -DEPENDS+= eukleides>=1.0.1:../../math/eukleides +DEPENDS+= eukleides>=1.0.1:../../math/eukleides10 USE_X11BASE= yes BUILD_TARGET= xeukleides |