diff options
author | joerg <joerg@pkgsrc.org> | 2015-08-29 23:01:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-08-29 23:01:29 +0000 |
commit | a69feb7af6260d112fa1f3babb174f7546468a0a (patch) | |
tree | 9fd36bd068d4e28257049ede818af3c3c30c6ab8 /math | |
parent | 929a60e442e9084d484e9d6654c6bed0f7ca213a (diff) | |
download | pkgsrc-a69feb7af6260d112fa1f3babb174f7546468a0a.tar.gz |
If you want eukleides10 to be picked up, you should also place an upper
limit. Drop redundant PKGNAME.
Diffstat (limited to 'math')
-rw-r--r-- | math/xeukleides10/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/xeukleides10/Makefile b/math/xeukleides10/Makefile index b08449b1b4a..d75a9959412 100644 --- a/math/xeukleides10/Makefile +++ b/math/xeukleides10/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2015/07/04 16:18:37 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2015/08/29 23:01:29 joerg Exp $ DISTNAME= xeukleides.1.0.1 -PKGNAME= xeukleides-1.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.eukleides.org/download/ @@ -12,7 +11,7 @@ COMMENT= X-Frontend for A Euclidean geometry drawing language MAKE_JOBS_SAFE= no -DEPENDS+= eukleides>=1.0.1:../../math/eukleides10 +DEPENDS+= eukleides>=1.0.1<1.5:../../math/eukleides10 BUILD_TARGET= xeukleides USE_TOOLS+= gmake flex bison |