diff options
-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 |