diff --git a/contrib/slate.factor b/contrib/slate.factor index 009eff7e4f..717b49f247 100644 --- a/contrib/slate.factor +++ b/contrib/slate.factor @@ -1,9 +1,9 @@ ! Copyright (C) 2006 Eduardo Cavazos. -REQUIRES: contrib/math ; +REQUIRES: contrib/math contrib/alien ; -USING: kernel namespaces math sequences vectors arrays opengl - math-contrib gadgets ; +USING: alien-contrib kernel namespaces math sequences vectors + arrays opengl math-contrib gadgets ; IN: slate