diff options
author | jmc <jmc@pkgsrc.org> | 2003-08-17 20:32:22 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-08-17 20:32:22 +0000 |
commit | c0e7e4bcb2a9f7dd528d371850bcefe1e871ead9 (patch) | |
tree | 26a2467325a8c09fd8c303efefc6b20ec466eb1f /math | |
parent | ad15984f6f53036d506962b2623887c0541c0e36 (diff) | |
download | pkgsrc-c0e7e4bcb2a9f7dd528d371850bcefe1e871ead9.tar.gz |
Needs USE_MAKEINFO
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 a7011a0c509..b27cb0b649e 100644 --- a/math/xeukleides/Makefile +++ b/math/xeukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/13 13:52:33 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/17 20:32:22 jmc Exp $ # FreeBSD Id: ports/math/eukleides/Makefile,v 1.1 2002/06/04 18:40:20 ijliao Exp DISTNAME= xeukleides.0.9.0 @@ -15,6 +15,7 @@ BUILD_DEPENDS+= bison>=1.35:../../devel/bison DEPENDS+= eukleides>=0.9.0:../../math/eukleides USE_BUILDLINK2= yes +USE_MAKEINFO= yes USE_X11BASE= yes ALL_TARGET= xeukleides USE_GMAKE= yes |